-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Move to sassc-rails #2883
Move to sassc-rails #2883
Conversation
Ruby Sass is deprecated and will be unmaintained. This commit moves Solidus to the recommended sassc-rails gem.
This is a WIP, but wanted to make sure this was the direction we should go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
backend/solidus_backend.gemspec
Outdated
s.add_dependency 'sass-rails' | ||
s.add_dependency 'sass', '>= 3.5.2' | ||
s.add_dependency 'sassc-rails' | ||
s.add_dependency 'sassc' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be fine with only depending on sassc-rails
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, thanks I will make that change and follow up by making sure the documentation is up to date with this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jacobherrington !
They are useless and sass/rails break the build on master after solidusio/solidus#2883
They are not needed and make test fail on solidus master now that sass/rails dependency has been removed with solidusio/solidus#2883
They are not needed and make test fail on solidus master now that sass/rails dependency has been removed with solidusio/solidus#2883
Ruby Sass is deprecated and will be unmaintained. This commit
moves Solidus to the recommended sassc-rails gem.
Refs #2882