-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Errors no longer thrown #107
Comments
Works for me:
What output are you getting? |
Hey. Hm, it shows as OK but doesn't actually compile.
|
Actually, here's just the grunt-sass task running: With errors:
Without errors:
Seems to fail silently? |
Some background: |
Then that's a node-sass issue. I just pass the errors along. |
Hm, OK. Thank you. |
Here's the issue: sass/node-sass#361 If you want source maps, you lose error reporting with the latest version. Thanks for pointing me in the right direction. |
Thanks, I had the same problem |
Thanks had the same issue 😄 |
Hello,
I just updated to latest version and noticed that errors are no longer thrown.
For example, if I assign a variable name that does not exist, the task no longer beeps.
What's up?
The text was updated successfully, but these errors were encountered: