Closed

Description
Been trying out the new pipeline with sass
as the --css
option in Rails. It seems that Sprockets is still looking for sassc
, which causes a Rails exception. Dart Sass is compiling fine to the build
directory, so just looks like a legacy dependency issue.
I could get it working fine by uncommenting sassc-rails
in the Gemfile
, however this is obviously not needed with Dart Sass. I'm happy to open a PR on Rails main
to remove the dependency if this is the agreed route.
Metadata
Metadata
Assignees
Labels
No labels