-
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
Issue with sourcemaps (later transformations) #354
Comments
@glen-84 please create a small github repo with a working gulp task that shows this issue in action. |
https://github.com/glen-84/gulp-sass-sourcemaps-issue
Notes:
Let me know if you need anything else. Thanks. |
Sorry for the delay, I will take a look a look at this shortly. |
@glen-84 in the mean time, are you able to create a failing test case? |
Note to self, this could be related to sass/node-sass#1194 |
That was my failing test case. 😁 But seriously, I don't know much about unit testing JavaScript. 😞 |
@xzyfer Did you find anything? |
@glen-84 I have not had time to look into this. I'm busy until LibSass 3.3.0 ships. Sorry. |
This could be related to mozilla/source-map#216 |
@mariusGundersen I don't think so, it doesn't work in Chrome either. |
Hi guys, here is a similar problem. Reproduction scenario:
It works if gulp-autoprefixer is not used. It seems the source map object returned by gulp-sass is not standard complient. |
I also experience a problem with gulp-sass 2.1.0 and gulp-sourcemaps 1.6.0. |
The last version where the tests we specified in https://github.com/unic/estatico/tree/develop/test/css still work (clone the repo and run
|
@xzyfer Now that LibSass 3.3.0 has shipped, when do you think that you might have time to look into this? |
Unfortunately no one has submitted a test case showing exactly what sass is
|
Switching from |
@xzyfer, would you mind having another look at this? |
Let's wait for sass/libsass#2216 to land in |
My issue was that the sourcemap was pointing to the wrong files in developer tools. To get everything working the way it should you have to pipe like this:
|
Please refer to gulp-sourcemaps/gulp-sourcemaps#124.
I am experiencing exactly the same problem using the following Gulp task (ES2015):
Could it be the same thing described in this comment?
Versions:
[email protected]
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: