You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Been trying out the new pipeline with
sass
as the--css
option in Rails. It seems that Sprockets is still looking forsassc
, which causes a Rails exception. Dart Sass is compiling fine to thebuild
directory, so just looks like a legacy dependency issue.I could get it working fine by uncommenting
sassc-rails
in theGemfile
, however this is obviously not needed with Dart Sass. I'm happy to open a PR on Railsmain
to remove the dependency if this is the agreed route.The text was updated successfully, but these errors were encountered: