Skip to content

Instantly share code, notes, and snippets.

@trezy
Created December 5, 2014 17:13
Show Gist options
  • Save trezy/b0810232e53142593cff to your computer and use it in GitHub Desktop.
Save trezy/b0810232e53142593cff to your computer and use it in GitHub Desktop.
module.exports = ( grunt, options ) ->
app:
options:
bare: true
sourceMap: true
expand: true
cwd: 'coffee'
src: '**/*.coffee'
dest: 'js'
ext: '.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment