jmreidy / grunt-browserify

Grunt task for node-browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watchify should continue watching when there are errors instead of exiting

SBRK opened this issue · comments

When using watchify in command line, if there is an error, the process will display the error, keep watching and re-run at any change.

With grunt-browserify it will show the error, then stop the grunt command altogether, which makes it virtually useless

using parameter --force does that