Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to work with the latest version of Browserify #101

Closed
wants to merge 2 commits into from

Conversation

boblauer
Copy link

Partly fixes #98

I think this is actually a breaking change because Browserify no longer bundles .coffee files out of the box, so anyone using the BrowserifyAsset to serve .coffee files would be hosed.

One thing I wanted to mention was I wasn't sure what to do on line 25 of lib/modules/browserify.coffee if an error was passed to the callback. Any suggestions?

Browserify v2 doesn't work with .coffee files out of the box, so all
BrowserifyAsset tests have been switched to server js files instead.
@dankohn
Copy link

dankohn commented Oct 15, 2013

Thanks for your work on this. It looks like substack's solution to bundling coffee is to use coffeeify: browserify/browserify#309

@boblauer
Copy link
Author

Awesome, thanks for the heads up. Going to close this pull request, get coffee files back working again, bump the uglify version as well, and then submit a new pull request.

@boblauer boblauer closed this Oct 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please bump browserify and uglify versions
2 participants