For some reason gulp watch exits after the gulp.task('css',function() encounters an error in the less code to be compiled into css.
This means that gulp watch has to be continually re-started. Any idea how to stop this behaviour as it slows down workflow considerably?
For some reason gulp watch exits after the gulp.task('css',function() encounters an error in the less code to be compiled into css.
This means that gulp watch has to be continually re-started. Any idea how to stop this behaviour as it slows down workflow considerably?