Created
September 7, 2015 13:39
-
-
Save odoe/fe04197e6dc33c2403ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dojo: { | |
| dist: { | |
| options: { | |
| profile: 'profiles/build.profile.js', // Profile for build | |
| } | |
| }, | |
| options: { | |
| cssOptimize: false, | |
| dojo: 'dist/dojo/dojo.js', // Path to dojo.js file in dojo source | |
| load: 'build', // Optional: Utility to bootstrap (Default: 'build') | |
| releaseDir: '../built', // Optional: release dir rel to basePath (Default: 'release') | |
| cwd: './' // Directory to execute build within | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment