-
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
Incorrect mapping of sourcemaps using node-sass@1.1.4 #113
Comments
+1 ... FWIW, here's a discrepancy I'm seeing between gulp-sass 1.1.0 and 1.2.2 map output: 1.1.0
1.2.2
haven't been able to dive into any deeper, but something tells me that the string of semi-colons is not intended. =] |
I confirm. There is a lot of ;;;;;;;;;;;;;;;;;;; generated, and the mapping is completly wrong (Chrome console shows and brings me to a totally wrong place for example) |
+1 I'm having the same issues and noticed the semicolons. |
This is probably an issue all the way upstream in libsass. Here are related issues: |
As this is an upstream bug, I'm going to close this issue. |
@dlmanning I decided to update gulp-sass to 1.2.2. today and noticed that all my css classes mapped to incorrect scss sourcefiles and/or line numbers. Figured it had to be something that changed. I'm no JS wizzkid but I checked your dependencies and noticed you're using the relaxt ^ instead of ~ for node-sass. dependency.They recently bumped from 1.0.3 to 1.1.4 and with ^1.0 it would require the new 1.1.4 version. If I use the 1.0.3 version the problem is resolved.
The text was updated successfully, but these errors were encountered: