Closed andrewmartin closed 10 years ago
I think this pull-request will fix your problem.
Yeah it's a particular problem with gulp-stylus
that incorrectly handles errors. I submitted a PR to fix it, although it might be delayed a bit to be in line with gulp errors guideline.
This is fixed in gulp-stylus
.
Hi there, so I have
pipe(plumber())
working great with.coffee
files, but for some reason with my stylus task, it seems it isn't working. When I hit a compilation error, I have to spin upgulp
again and all other tasks stop.Here is my task:
Is this a known issue with plumber? I tried without the
.on("error")
method and it still fails.