Last change
on this file since 483 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | dependencies = { |
---|
2 | stripConsole: "normal", |
---|
3 | layers: [ |
---|
4 | { |
---|
5 | name: "dojo.js", |
---|
6 | dependencies: [ |
---|
7 | "dijit._WidgetBase", |
---|
8 | "dijit._Container", |
---|
9 | "dijit._Contained", |
---|
10 | "dijit.registry" |
---|
11 | ] |
---|
12 | }, |
---|
13 | { |
---|
14 | name: "../dojox/mobile.js", |
---|
15 | layerDependencies: [ |
---|
16 | "dojo.js" |
---|
17 | ], |
---|
18 | dependencies: [ |
---|
19 | "dojox.mobile", |
---|
20 | "dojox.mobile.compat" |
---|
21 | ] |
---|
22 | }, |
---|
23 | { |
---|
24 | name: "../dojox/mobile/app.js", |
---|
25 | layerDependencies: [ |
---|
26 | "dojo.js", |
---|
27 | "../dojox/mobile.js" |
---|
28 | ], |
---|
29 | dependencies: [ |
---|
30 | "dojox.mobile.app" |
---|
31 | ] |
---|
32 | }, |
---|
33 | { |
---|
34 | name: "../dojox/mobile/_compat.js", |
---|
35 | layerDependencies: [ |
---|
36 | "dojo.js", |
---|
37 | "../dojox/mobile.js" |
---|
38 | ], |
---|
39 | dependencies: [ |
---|
40 | "dojox.mobile._compat" |
---|
41 | ] |
---|
42 | }, |
---|
43 | { |
---|
44 | name: "../dojox/mobile/app/compat.js", |
---|
45 | layerDependencies: [ |
---|
46 | "dojo.js", |
---|
47 | "../dojox/mobile/_compat.js", |
---|
48 | "../dojox/mobile/app.js" |
---|
49 | ], |
---|
50 | dependencies: [ |
---|
51 | "dojox.mobile.app.compat" |
---|
52 | ] |
---|
53 | } |
---|
54 | ], |
---|
55 | |
---|
56 | plugins: { // workaround to exclude acme.js from the build (until #13198 is fixed) |
---|
57 | "dojo/text":"build/plugins/text", |
---|
58 | "dojo/i18n":"build/plugins/i18n", |
---|
59 | "dojo/has":"build/plugins/has" |
---|
60 | }, |
---|
61 | |
---|
62 | prefixes: [ |
---|
63 | [ "dijit", "../dijit" ], |
---|
64 | [ "dojox", "../dojox" ] |
---|
65 | ] |
---|
66 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.