sass / libsass-net

A lightweight wrapper around libsass
MIT License
94 stars 35 forks source link

Takes minutes to compile #46

Closed snorrekim closed 7 years ago

snorrekim commented 7 years ago

Using latest stable build 2.1.3.1:

Every reload of the webpage uses an enormous amount of time on the .scss files. A 300 line file takes 3-10 second (varies videly), and bootstrap takes several minutes.

Bootstrap uses around 1.1 minute, (comparably, it takes around 1.5 seconds with LESS and dotless)

image

aviatrix commented 7 years ago

Use the Alpha & beta versions. the "Stable" versions are unstable. https://www.nuget.org/packages/libsassnet.Web/2.3.0-alpha-1 and https://www.nuget.org/packages/libsassnet/3.3.7-alpha-2

snorrekim commented 7 years ago

Thank you! That worked. Now it's actually 10 times faster than our LESS compilator. Any idea when this is out of alpha?

Maybe you should mention this in the README.md? https://github.com/darrenkopp/libsass-net

aviatrix commented 7 years ago

@darrenkopp do you have time to push those as proper versions?

darrenkopp commented 7 years ago

the latest version is in stable channel on nuget now.