source: Dev/branches/rest-dojo-ui/client/util/buildscripts/profiles/baseplus.profile.js @ 273

Last change on this file since 273 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).

File size: 416 bytes
Line 
1dependencies = {
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.