Skip to content

Instantly share code, notes, and snippets.

@mattd
Created January 27, 2013 17:49
Show Gist options
  • Save mattd/4649422 to your computer and use it in GitHub Desktop.
Save mattd/4649422 to your computer and use it in GitHub Desktop.
requirejs: {
compile: {
options: {
name: 'config',
baseUrl: './app/scripts/',
mainConfigFile: 'app/scripts/config.js',
out: 'dist/build/require.js',
optimize: 'none'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment