Skip to content

Instantly share code, notes, and snippets.

@pierot
Created February 7, 2013 07:55
Show Gist options
  • Save pierot/4729336 to your computer and use it in GitHub Desktop.
Save pierot/4729336 to your computer and use it in GitHub Desktop.
requirejs: {
compile: {
options: {
mainConfigFile: 'assets/js/build.js',
baseUrl: "assets/js",
name: "main",
include: ['build'],
out: 'assets/js/main.min.js'
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment