👩💻 Join our community of thousands of amazing developers!
After another confusing migration of a Rails app’s asset stack into I finally found a stack that I’m happy with for Rails 7.x. Before… I had some Rails 6 and Rails 5 apps. One of them was using webpacker, sprockets 3, bootstrap-sass 3, react, typescript, jquery-ui and jquery-ujs. Two others were using sprockets 3 and bootstrap-sass 3. The Concept Use JS-based tools like node-sass and esbuild to compile CSS and JS files and output the compiled files to app/assets/builds @import any CSS files req...