Gulp.js stops compiling LESS when watched after there has been an error in the LESS files
问题 I'm having a problem with gulp . I run gulp-watch along with gulp-less and gulp-clean . Everything is running perfectly. When I edit somefile.less and I save it with a semi-colon missing or maybe I accidentally leave a trailing ;s , just have errors in my code when saving, gulp-less logs an error in the console. After I fix it gulp-watch continues watching the files, but gulp-less doesn't fire and it doesn't compile. When I stop gulp and run it again in the terminal everything goes back to