rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
563 stars 83 forks source link

Enhance spec:prepare command with CSS build #116

Closed navidemad closed 1 year ago

navidemad commented 1 year ago

https://github.com/rails/jsbundling-rails/pull/128

Both gems should have same logic.

piotrmurach commented 1 year ago

I've encountered this issue of CSS assets not being bundled before the spec command is run most recently. Thanks @navidemad for this PR. I temporarily ported this to my application and it works great.