Skip to content

Instantly share code, notes, and snippets.

@brianmhunt
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save brianmhunt/c67d4964f1a4a1982c29 to your computer and use it in GitHub Desktop.

Select an option

Save brianmhunt/c67d4964f1a4a1982c29 to your computer and use it in GitHub Desktop.
Browserify transforms not working with paths
require('./b/b.coffee') // works
require('b.coffee') // does not work
@brianmhunt
Copy link
Author

Note that b-* is meant to be b/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment