-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
replace sass with sassc #1156
Comments
Yes, the sass gem should be replaced because it will soon be outdated and the sassc gem is recommended for Ruby installs. But making this change would require quite a few changes in the documentation, code and tests. I would like try and address this in a pull request if the sassc gem change is agreed upon. Also, the change is noted on Ruby Sass that it will be depreciated in one year after the release of Dart Sass and users of the sass gem need to migrate. In addition, to the sassc gem being recommended.
|
FWIW, I don't think adding sassc support will be that difficult -- at least on the 2.X branch. My app is stuck on Bootstrap 2.3, but I wanted sassc support... so I cloned the current gem, rolled back to the original 2.3 release commit (since there is no tracking branch for 2.3), and then added sassc. You can see it here: |
What is the status of this? |
Sweet. Thanks, @glebm! |
Replace the usage of the sass gem with the sassc gem, as suggested in the end-of-life blog post: http://sass.logdown.com/posts/7081811
According to this benchmark, it also might speed up the sass compilation time as an extra win: https://marianposaceanu.com/articles/making-rails-asset-pipeline-faster
The text was updated successfully, but these errors were encountered: