jmreidy/grunt-browserify

Watchify should continue watching when there are errors instead of exiting

SBRK opened this issue · 1 comments

SBRK commented

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

SBRK commented

using parameter --force does that