Skip to content

Instantly share code, notes, and snippets.

@BASICjfisher
Created September 23, 2014 14:36
Show Gist options
  • Save BASICjfisher/b6d173073a7ed4d073ea to your computer and use it in GitHub Desktop.
Save BASICjfisher/b6d173073a7ed4d073ea to your computer and use it in GitHub Desktop.
buildfile
({
baseUrl: 'app',
out: 'build/main.js',
optimize: 'uglify2',
name: 'libs/almond',
include: ['main'],
exclude: [],
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