browserify / watchify

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

Specify GIT branch #339

Open devloe opened 7 years ago

devloe commented 7 years ago

It would be great to specify a GIT branch so watchify can only pull changes happening in that branch.

Right now if you start watchify on your local branch, then switch to development or production, bundle.js will appear staged because it's being generated by watchify.