-
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
Sourcemaps Path Incorrect #300
Comments
What does your pipe stream look like? |
Here's our pipe stream: https://github.com/connectivedx/Phoenix/blob/master/Assets/src/build/drivers/css.js cc @elseloop |
I have same issue. I compile sass to css only, the issue still occur. |
Same issue here, I also get completely random references to partials. E.g. the class ".btn", only found in "theme/objects/_btn.scss" when inspected shows references to "_typography", "_forms", etc. Completely unrelated files :) |
Yep, same issue |
This issue might be duplicated by #319 |
Closing as there is #394 which is more recent |
We use gulp-sass and gulp-sourcemaps on an open source framework called Phoenix and are currently prepping a new release. Updating gulp-sass from 1.3.3 to 2.0.1 introduced an issue where the path to source SCSS files for gulp-sourcemaps are missing a directory.
1.3.3:
2.0.1:
Note that as of gulp-sass 2.0.1 the
css
directory is missing from the path, thereby loading empty files in the Chrome inspector. Is this an issue with gulp-sourcemaps or gulp-sass? If you need additional details or information about how to get our code up and running locally to see for yourself, let me know.I've posted this issue on gulp-sourcemaps as well.
The text was updated successfully, but these errors were encountered: