mikew / browserify-brunch

Brunch + Browserify
10 stars 7 forks source link

Question: Does this support incremental rebuilds? #5

Open bapti opened 9 years ago

bapti commented 9 years ago

Hi, just a question really as I'm still a bit new to the brunch ecosystem. Does your plugin do incremental rebuilds with browserify? I've read elsewhere that's one of the problems with browserify when you get to have a lot of files that the dev experience goes downhill a bit. It's part of the reason I chose brunch over browserify to begin with but no I'm finding that I'd really like the support of being able to use NPM modules over the benefits that brunch brings.

I'd love to hear your thoughts.
Thanks. Neil

mikew commented 9 years ago

this does use watchify when run with brunch watch, which should give you the best speed.