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

Replace sass-rails with dartsass-sprockets #1039

Merged

Conversation

brian-kephart
Copy link
Collaborator

The C implementation of SASS has been deprecated for a long time now. A Sprockets compatible version of DartSASS was finally released, so this PR migrates to that gem. It's a drop-in replacement, so it will save us a lot of work compared to converting all our SASS files.

An additional bonus is that SASSC caused segfaults when precompiling assets with multiple threads, so this PR also fixes that problem.

Copy link
Collaborator

@texpert texpert left a comment

Choose a reason for hiding this comment

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

LGTM - great change!!

@brian-kephart brian-kephart merged commit 80687b7 into owen2345:feature/version-3 Feb 7, 2023
@brian-kephart brian-kephart added this to the Version 3 milestone Feb 7, 2023
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