source: Dev/trunk/src/client/util/buildscripts/tests/profiles/customBase.profile.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 495 bytes
Line 
1var dependencies = {
2  layers: [
3    {
4      name: "dojo.js",
5      //Using the customBase: true property means that the dojo._base is not
6      //included by default for dojo.js. Define the _base modules by putting
7      //the appropriate _base resource names in the dependencies array below.
8      //If no dependencies are listed, then just the basic loader files are
9      //included (the appropriate files in _base/_loader).
10      customBase: true,
11      dependencies: [
12      ]
13    }
14  ]
15};
Note: See TracBrowser for help on using the repository browser.