coffee-toaster
Version:
Minimalist build system for CoffeeScript.
24 lines (19 loc) • 532 B
text/coffeescript
toast
# => SRC FOLDERS
folders:
'src/app': 'app'
'src/artists': 'artists'
'src/genres': 'genres'
# 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: 'window'
# minify: false
# => HTTPFOLDER (optional), RELEASE / DEBUG (required)
httpfolder: 'js'
release: 'www/js/app.js'
debug: 'www/js/app-debug.js'