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

Update sass dependency #1604

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

MasterEnoc
Copy link
Contributor

Sass gem is deprecated and should be updated to Sassc. To add the Sassc gem, sprockets needs to be updated to version 4.0.0 or greater and sprockets-sass is not needed since it does not support Sassc and has not been updated since 2016.

Sprockets 4.0.0 has changed the way to pre-compile files, looks like a 'manifest.js' file is needed to pre-compile
files
, at least with files that need two or more preprocessors, but I have not been able to make it work in this way.

@MasterEnoc MasterEnoc requested a review from a team as a code owner September 1, 2021 06:49
@MasterEnoc MasterEnoc marked this pull request as draft September 1, 2021 06:49
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.

None yet

1 participant