browserify / watchify

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

How to watch multi bundles by watchify command #349

Open ChuanyuWang opened 6 years ago

ChuanyuWang commented 6 years ago

I have dozens of bundles built by browserify, I want to watch changes and update bundles. while I didn't find how to run the command watchify -o to do this. Anyone may help or give a clue?

Or by grunt-watchify task?

Many thanks~