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 sources will include "\" on windows #307

Closed
kyaido opened this issue Jul 2, 2015 · 2 comments
Closed

sourcemaps sources will include "\" on windows #307

kyaido opened this issue Jul 2, 2015 · 2 comments

Comments

@kyaido
Copy link

kyaido commented Jul 2, 2015

mozilla/source-map#91

See the above issue, sourcemaps sources will include \ on windows.
In index.js#L77, would not it should be considered in the case of \?

@kyaido
Copy link
Author

kyaido commented Jul 7, 2015

This is sample .map file that created by same sample project files.

On windows

{"version":3,"sources":["_module.scss","C:/sourcemap-sandbox/src/scss/main.scss"],"names":[],"mappings":"...","file":"main.css","sourceRoot":"../../src/scss"}

On Mac

{"version":3,"sources":["_module.scss","main.scss"],"names":[],"mappings":"...","file":"main.css","sourceRoot":"../../src/scss"}

@kyaido
Copy link
Author

kyaido commented Jul 18, 2015

This issue was resolved by #314.
Thanks!

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

No branches or pull requests

1 participant