We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gulp watch
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!
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
Remove yeomanConfig, switch references to underscore templating
961845c
Fixes #154
Successfully merging a pull request may close this issue.
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!
The text was updated successfully, but these errors were encountered: