Hacker News new | ask | show | jobs
Show HN: Made a plugin for Gulp to complie SASS 8x faster (github.com)
1 points by xakpc 730 days ago
Sass plugin for Gulp utilizing the speed and performance of Grass rust library to compile SASS to CSS 8x faster than gulp-sass with dart-sass.

Built this for myself to replace dart-sass for on-fly compilation. On 98KB CSS it reduced compile time from 900ms to 100ms.

All kudos to Grass rust library developer @connorskees Many kudos to NAPI-RS developers

I wrapped it for daily use in Visual Studio to compile SASS in my htmx+dotnet projects