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