browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

update to browserify 5.0 #69

Closed yocontra closed 10 years ago

yocontra commented 10 years ago

https://github.com/substack/node-browserify/blob/master/doc/changelog/5_0.markdown

I'll take a whack at this if I have a minute.

ghost commented 10 years ago

This should mostly involve ripping out most of the code and replacing it with a much smaller amount of code now that bundle() can be called multiple times on the same instance and the pipeline is exposed. Also check out the .reset() method. Feel free to give it a try!

ghost commented 10 years ago

Fixed in 1.0.0. It was trickier than I expected but not actually much code in the end.

yocontra commented 10 years ago

Awesome response time - thanks bud