Skip to content

Instantly share code, notes, and snippets.

@miloshadzic
Created January 22, 2013 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save miloshadzic/4597201 to your computer and use it in GitHub Desktop.
Save miloshadzic/4597201 to your computer and use it in GitHub Desktop.
({
baseUrl: 'app',
out: 'build/main.js',
optimize: 'uglify2',
name: 'libs/almond',
include: ['main'],
exclude: ['coffee-script'],
stubModules: ['cs', 'text'],
wrap: true,
paths: {
backbone: 'libs/backbone-amd',
underscore: 'libs/underscore-amd',
jquery: 'libs/jquery',
cs: 'libs/cs',
'coffee-script': 'libs/coffee-script',
text: 'libs/text'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment