Skip to content
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

Speeds much slower > 2.0.0? #258

Closed
andrewmartin opened this issue May 8, 2015 · 2 comments
Closed

Speeds much slower > 2.0.0? #258

andrewmartin opened this issue May 8, 2015 · 2 comments

Comments

@andrewmartin
Copy link

Sorry in advance if this is not the appropriate place for this––let me know where it should go and I'll gladly move this ticket there.

I was curious why the compilation speeds drop significantly when upgrading to 2.0.0+? I noticed my speeds (same file, same project) nearly doubled when I upgraded, so I experimented:

gulp-sass 2.0.0

[17:22:14] Finished 'styles' after 1.44 s

gulp-sass 1.3.3

[17:25:31] Finished 'styles' after 634 ms

Just thought I'd ask and see if there might be something I did wrong when upgrading (npm install gulp-sass@latest -S). I love gulp-sass so much because of its lightning speeds. I'm sure it'd be worse with the Ruby version, and I know I can continue using 1.3.3...just figured I'd ask.

@dlmanning
Copy link
Owner

@andrewmartin : This is going to be an issue probably for the libsass project most likely. There's nothing different about gulp-sass that would account for the difference in speed, what's mainly changed is the version of node-sass and libsass we wrap.

@andrewmartin
Copy link
Author

@dlmanning understood. I'll move over there, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants