-
Notifications
You must be signed in to change notification settings - Fork 33
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
Path issue in Windows #89
Comments
Same here. Edit: It's a bug related to path.resolve(), more details here. |
Fixed: #99 |
FWIW the path that we get from the source map returned from node-sass will typically look like this:
The bug happens when the input file and some included path are on different drives. |
Closing. Targeting v2. |
See test build here #100 (comment) with path fixes for both libsass and ruby. Targeting for v2 release. |
Re-opening since PR #100 hasn't been merged yet. |
@tijtij there's a test build you can try here https://github.com/jasonsanjose/brackets-sass/releases/tag/2.0.1-105. If you have some time, please let me know if that fixes your problem. |
@jasonsanjose Works for me on Brackets 1.20-15697. None of sources paths in *.css.map are using drive letters. Thanks for the fix. |
Don't know if this is an issue with the Bourbon example, brackets-sass, or libsass but compiling is broken when the project files are located on my D drive.
This is what
app.css.map
looks like:Previously reported in issue #21 (comment)
The text was updated successfully, but these errors were encountered: