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

Use dart-sass distributed by sass-embedded gem #42

Merged
merged 1 commit into from
Jun 18, 2023
Merged

Use dart-sass distributed by sass-embedded gem #42

merged 1 commit into from
Jun 18, 2023

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Jun 8, 2023

With the recent effort to merge dart-sass-embedded into dart-sass, the sass-embedded ruby gem now distributes a full dart-sass executable in additional to the Ruby API starting v1.63.1.

This PR leverages the dart-sass executables distributed by sass-embedded gem, which has version matching releases against dart-sass, and provides much better platform support than this gem current does. Specifically, it has additional OS support for Musl (alpine), NixOS, and Android (Termux):

  • arm64-darwin
  • x86_64-darwin
  • aarch64-linux-android
  • arm-linux-androideabi
  • x86-linux-android
  • x86_64-linux-android
  • aarch64-linux-gnu
  • arm-linux-gnueabihf
  • x86-linux-gnu
  • x86_64-linux-gnu
  • aarch64-linux-musl
  • arm-linux-musleabihf
  • x86-linux-musl
  • x86_64-linux-musl
  • x64-mingw-ucrt
  • x64-mingw32
  • x86-mingw32

@dhh dhh merged commit 89d49d5 into rails:main Jun 18, 2023
@ntkme ntkme deleted the sass-embedded branch June 18, 2023 16: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.

2 participants