source: Dev/trunk/src/client/util/buildscripts/profiles/gfx.profile.js @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 524 bytes
Line 
1dependencies = {
2        action:"clean,release",
3        optimize:"shrinksafe",
4        stripConsole: "normal",
5        layers: [{
6                name: "dojo.js",
7                dependencies: [
8                "dojo.colors",
9                "dojox.gfx",
10                "dojox.gfx.util",
11                "dojox.fx",
12                "dojox.gfx.renderer",
13                "dojox.gfx.svg_attach",
14                "dojox.gfx.vml_attach",
15                "dojox.gfx.silverlight_attach",
16                "dojox.gfx.canvas_attach",
17                "dojox.gfx.canvasWithEvents",
18                "dojox.gfx.gradutils",
19                "dojox.gfx.VectorText",
20                "dojox.gfx.move"]}
21        ],
22        prefixes: [
23                [ "dijit", "../dijit" ],
24                [ "dojox", "../dojox" ]
25        ]
26}
Note: See TracBrowser for help on using the repository browser.