Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handling errors during gulp watch #154

Closed
ryandeussing opened this issue Jun 11, 2014 · 1 comment · Fixed by #155
Closed

handling errors during gulp watch #154

ryandeussing opened this issue Jun 11, 2014 · 1 comment · Fixed by #155

Comments

@ryandeussing
Copy link

It slows me down considerably when every typo or undefined variable I include in my SASS causes gulp to stop watching my files.

I just gave the suggestions outlined here a shot: gulpjs/gulp#259 (comment) - but didn't succeed in getting one to work.

Has anyone else encountered & solved this issue? Thx!

@mmrko
Copy link

mmrko commented Jun 13, 2014

FWIW if you're using gulp-sass instead of gulp-ruby-sass (the current default) you should pass gulp-plumber an error callback as described in floatdrop/gulp-plumber#8 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants