dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Compiling time #804

Closed santosh0954 closed 2 years ago

santosh0954 commented 3 years ago

gulp-sass@4 is 5-8 times faster than gulp-sass@5, I don't know but this is the real issue, I think

vr1e commented 3 years ago

It seems that dart-sass is just slow out of the box. For my cases, it is around 5 times slower than node-sass was. And I'm talking about the sync() version. The async is even slower.

stof commented 2 years ago

this should rather be reported to the Sass project (which details about the kind of Sass codebase being slow).

rmaenk commented 2 years ago

FYI: https://github.com/sass/dart-sass/issues/113

XhmikosR commented 2 years ago

This issue is unrelated to gulp-sass IMHO @xzyfer.