Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created May 19, 2015 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linus-amg/fc146fed1b9feb80f0b4 to your computer and use it in GitHub Desktop.
Save linus-amg/fc146fed1b9feb80f0b4 to your computer and use it in GitHub Desktop.
grunt browserify
files:
'dist/assets/js/plugins.js': 'src/plugins.coffee'
options:
transform: ['caching-coffeeify']
browserifyOptions:
extensions: '.coffee'
paths: ['./src', './src/app']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment