Last change
on this file since 257 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
-
Property svn:executable set to
*
|
File size:
419 bytes
|
Line | |
---|
1 | dependencies = { |
---|
2 | stripConsole: "normal", |
---|
3 | |
---|
4 | layers: [ |
---|
5 | { |
---|
6 | name: "dojo.js", |
---|
7 | customBase: true, |
---|
8 | dependencies: [ |
---|
9 | "dojox.mobile.parser", |
---|
10 | "dojox.mobile", |
---|
11 | "dojox.mobile.compat" |
---|
12 | ] |
---|
13 | }, |
---|
14 | { |
---|
15 | name: "../dojox/mobile/_compat.js", |
---|
16 | layerDependencies: [ |
---|
17 | "dojo.js" |
---|
18 | ], |
---|
19 | dependencies: [ |
---|
20 | "dojox.mobile._compat" |
---|
21 | ] |
---|
22 | } |
---|
23 | ], |
---|
24 | |
---|
25 | prefixes: [ |
---|
26 | [ "dijit", "../dijit" ], |
---|
27 | [ "dojox", "../dojox" ] |
---|
28 | ] |
---|
29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.