Created
September 23, 2014 14:36
-
-
Save BASICjfisher/b6d173073a7ed4d073ea to your computer and use it in GitHub Desktop.
buildfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
({ | |
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