Skip to content

Instantly share code, notes, and snippets.

@odoe
Created September 7, 2015 13:39
Show Gist options
  • Select an option

  • Save odoe/fe04197e6dc33c2403ba to your computer and use it in GitHub Desktop.

Select an option

Save odoe/fe04197e6dc33c2403ba to your computer and use it in GitHub Desktop.
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