-
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
Crash on scss error when using source maps #73
Comments
It works fine for me with |
+1 I would like to see this fixed. I tested it with the same effects as @bobeagan. |
But without sourceComments, where would the Browser get the sourceMap information? |
@artish that is the problem. As far as I tested it, the |
Look how gulp-less cope with this problem. They use gulp-sourcemaps to handle source maps. Maybe we can also look this way? |
+1 to also see this fixed. |
I think this could be caused by this: sass/node-sass#378 I could be wrong tho. |
This has been resolved in 2.x. We have moved to using
|
As it's been a month, I'm closing this. |
When I use gulp-sass with sourcemaps the errors don't get logged to the console anymore and gulp just crashes.
My config:
The error returned:
60543 segmentation fault gulp
The text was updated successfully, but these errors were encountered: