coffee-toaster
Version:
Minimalist build system for CoffeeScript.
19 lines (15 loc) • 462 B
text/coffeescript
=> SRC FOLDER
toast 'src'
EXCLUDED FOLDERS (optional)
exclude: ['folder/to/exclude', 'another/folder/to/exclude', ... ]
=> VENDORS (optional)
vendors: ['vendors/x.js', 'vendors/y.js', ... ]
=> OPTIONS (optional, default values listed)
bare: false
packaging: true
expose: ''
minify: true
=> HTTPFOLDER (optional), RELEASE / DEBUG (required)
httpfolder: 'js'
release: 'www/js/app.js'
debug: 'www/js/app-debug.js'