-
Notifications
You must be signed in to change notification settings - Fork 381
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
gulp-sass causes gulp to exit silently on empty .scss file #118
Labels
Milestone
Comments
|
+1 |
I'm planning on making this better with gulp 4.0 support |
This is what I got with
:( |
With Ubuntu 12 / gulp 3.8 / gulp-sass 1.2.4 I get:
|
This has been resolved in 2.x. Please try it and report back. If we don't hear back, we'll assume it's been resolved and close this issue.
|
I don't have the problem anymore with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had an empty scss file somewhere in my project, and this caused gulp to exit without telling me anything, gulp-plumber / log-to-console / on("error") etc notwithstanding. It might be nice to give a good error in this case, especially since the gulp task for sass is reported to have "Finished" so it took me a long time before I started looking at sass.
The text was updated successfully, but these errors were encountered: