libsass-net
libsass-net copied to clipboard
A lightweight wrapper around libsass
Goodday, I am excited to use this product but when I use it outside of visual studio, it fails. - the the scss file served up is empty (0k). -...
Hello, in the web application with which I'm working we are using Libsass-net for compiling some .scss on runtime, substituting some colour variables in the process. The weird thing is...
I am trying to compile a file passing in a UNC path and the compiler throws an exception
I didn't find any console output with build information, or build problems. Can you specify place where i can get this info?
Caching
Just wondering if you have any plans on adding caching support to the handler?
Haven't looked at this seriously, the idea seems interesting http://tirania.org/blog/archive/2017/Jan-18.html This would probably depend on #53 landing too
Added an inline MSBuild task, which make use of a new CoreFX API `System.Runtime.InteropServices.RuntimeInformation` to obtain OS description and architecture information, then translates into `LibSassPlatform` (Win32 or Win64 etc.). Also...
Took another pass after the last set of improvements to see if I could get something that worked with the regular clean operations /cc @am11
The metadata used in the spec repo has changed a bit since SpecsTest.cs was updated. Interested in a PR to updated it?
Currently we are compiling both x64 and x86 libsass binaries (solution) build. This needs to change in such a way that we compile only one binary for the given set...