-
Notifications
You must be signed in to change notification settings - Fork 11
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
[BUG] Upgrade to v1.3.1 adds /c/
to paths
#39
Comments
Hello, Anders! In my case, this problem does not occur. Try making a demo project that reproduces this error and send me a link to it. |
This comment has been minimized.
This comment has been minimized.
Might be related to sass/libsass#3091 - I'll degrade and see how it pans out. |
Found "work around": Add an extra pre-slash to the |
I would like to see a stylesheet, not a “hack” in the source code. |
This change could be related sass/libsass#3085. |
I didn't mean the glob plugin was the cause just that it might suffer under the same thing :) buy yes, |
I upgraded to v1.3.1 - no other changes and got 404. Doing debug it seems that the path transferred to e.g.
IFileManager.FileExists
now starts with/c/client/
- I do not know where thatc
comes from - maybe from the first char inclient
.Also some of the paths also go dobbelt slash end
/stuff//
The text was updated successfully, but these errors were encountered: