actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Swig error stops watching swig files #7

Closed janpanschab closed 9 years ago

janpanschab commented 9 years ago

https://github.com/colynb/gulp-swig/issues/26 Also try to format error for better reading.

vbulant commented 9 years ago

Caused by stopping the task on error anywhere in the pipe. This will be "fixed" in Gulp 4.x out of the box: https://github.com/gulpjs/gulp/issues/358

We'll introduce temporary workaround using gulp-plumber.