-
Notifications
You must be signed in to change notification settings - Fork 32
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
SassCompiler.CompileFile does not work with UNC paths #11
Comments
yeah, last i checked libsass didn't support unc paths, but that was forever ago, so i'll go re-verify that's still the case, but likely it's a libsass issue. i'll double check that it's not something i'm doing though or if their new api resolves the issue. |
Any progress on this?
|
The alpha version of the latest libsass code has been pushed to nuget. not sure if it addresses this issue or not and I don't have a unc path to test it on at the moment. |
In my case it works well. |
hello is this still an open untested issue? I'm currently using the libsassnet library from the nuget package, and seems that my imports are not well recognised on my azure web application. |
@marinswk as far as I know, libsass still doesn't support unc paths. Usually azure web applications have acess to local file system though, so if you are deploying the scss files with the application, it should work there (path would be something like |
I am trying to compile a file passing in a UNC path and the compiler throws an exception
The text was updated successfully, but these errors were encountered: