Skip to content
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

Closed
ajmueller opened this issue Jun 18, 2015 · 7 comments
Closed

Sourcemaps Path Incorrect #300

ajmueller opened this issue Jun 18, 2015 · 7 comments

Comments

@ajmueller
Copy link

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:
image

2.0.1:
image

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.

@Snugug
Copy link
Collaborator

Snugug commented Jun 24, 2015

What does your pipe stream look like?

@ajmueller
Copy link
Author

@stevenjlho
Copy link

I have same issue. I compile sass to css only, the issue still occur.

@TheDutchCoder
Copy link

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 :)

@nirazul
Copy link

nirazul commented Jul 17, 2015

Yep, same issue sources array is empty.

@ghost
Copy link

ghost commented Aug 6, 2015

This issue might be duplicated by #319

@Keats
Copy link
Collaborator

Keats commented Dec 2, 2015

Closing as there is #394 which is more recent

@Keats Keats closed this as completed Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants