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

Rails 5 + ruby 2.5 support #121

Closed F-3r closed 1 year ago

F-3r commented 1 year ago

We are upgrading a Rails 5 (Ruby 2.5) application and decided to jump ahead and use cssbundling-rails and jsbundling-rails to target Rails 7 asset tooling directly. Making both gems support Rails 5 and Ruby 2.5 were tiny fixes in install scripts. Inspite of both Rails 5 and Ruby 2.5 being in EoL, I thought it might help other people upgrading their apps. If you folks would you be interested in extending the support officially I can submit a PR for review.

Cheers!

dhh commented 1 year ago

I'd post your changes here, so others can find them searching. But don't want to support EOL versions that old.