source:
Dev/trunk/src/client/util/buildscripts/profiles/baseplus.profile.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 416 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | dependencies = { |
2 | layers: [ | |
3 | { | |
4 | // This is a specially named layer, literally 'dojo.js' | |
5 | // adding dependencies to this layer will include the modules | |
6 | // in addition to the standard dojo.js base APIs. | |
7 | name: "dojo.js", | |
8 | dependencies: [ | |
9 | "dijit._Widget", | |
10 | "dijit._Templated", | |
11 | "dojo.fx", | |
12 | "dojo.NodeList-fx" | |
13 | ] | |
14 | } | |
15 | ], | |
16 | ||
17 | prefixes: [ | |
18 | [ "dijit", "../dijit" ], | |
19 | [ "dojox", "../dojox" ] | |
20 | ] | |
21 | } |
Note: See TracBrowser
for help on using the repository browser.