Open Sega100500 opened 2 years ago
Curious if you ever had luck in fixing this issue? Just came across it today. @Sega100500
@jotterlei I've been able to find two solutions (apart from using a separate precompiler/bundler, e.g. cssbundling-rails):
1) Add the sassc-embedded
gem to the Gemfile (keeping sass-rails
or sassc-rails
)
2) Replace sass-rails
/ sassc-rails
in your Gemfile with dartsass-sprockets
Good to know thanks! I'll save this solution for when we schedule an upgrade.
Ruby 3.1.2 Ruby on Rails 7.0.3.1 Third party library: Bootstrap 5.2 ( new version 5.2 released )
With bootstrap 5.1.3 (previous version) all works fine!
app/assets/config/manifest.js
:in view stylesheets and javascripts are attached via
stylesheet_link_tag
andjavascript_include_tag
config/environments/production.rb
:log/production.log
: