Rev | Line | |
---|
[483] | 1 | dependencies = { |
---|
| 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.