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

Move to sassc-rails #2883

Merged
merged 3 commits into from
Oct 10, 2018
Merged

Conversation

jacobherrington
Copy link
Contributor

Ruby Sass is deprecated and will be unmaintained. This commit
moves Solidus to the recommended sassc-rails gem.

Refs #2882

Ruby Sass is deprecated and will be unmaintained. This commit
moves Solidus to the recommended sassc-rails gem.
@jacobherrington
Copy link
Contributor Author

This is a WIP, but wanted to make sure this was the direction we should go.

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

s.add_dependency 'sass-rails'
s.add_dependency 'sass', '>= 3.5.2'
s.add_dependency 'sassc-rails'
s.add_dependency 'sassc'
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jacobherrington !

@kennyadsl kennyadsl merged commit c8e4d9e into solidusio:master Oct 10, 2018
kennyadsl added a commit to solidusio/solidus_gateway that referenced this pull request Nov 3, 2018
They are useless and sass/rails break the build on master after
solidusio/solidus#2883
kennyadsl added a commit to solidusio-contrib/solidus_editor that referenced this pull request Nov 26, 2018
They are not needed and make test fail on solidus master
now that sass/rails dependency has been removed with solidusio/solidus#2883
kennyadsl added a commit to solidusio-contrib/solidus_static_content that referenced this pull request Nov 26, 2018
They are not needed and make test fail on solidus master
now that sass/rails dependency has been removed with solidusio/solidus#2883
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

Successfully merging this pull request may close these issues.

3 participants