Skip to content

Instantly share code, notes, and snippets.

@JohnAmican
Created September 1, 2015 00:55
Show Gist options
  • Save JohnAmican/6959b7c442880f07d551 to your computer and use it in GitHub Desktop.
Save JohnAmican/6959b7c442880f07d551 to your computer and use it in GitHub Desktop.
gulp.task 'frontend-js', ->
bundle 'application.js',
entries: ["your/entry/file.cjsx"] # or `.coffee` or whatever
extensions: ['.coffee', '.cjsx']
debug: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment