rails / cssbundling-rails

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

Check assets:clobber is defined before enhancing #72

Closed RSO closed 2 years ago

RSO commented 2 years ago

Related to a1d4c6b5e86f0b0da7c9e2a8de506c1497051dc2 and #58.

Now that sprockets is no longer a dependency, my upgrade to Rails 7 got stuck because assets:clobber was no longer a defined task in my local Rails app.

HLFH commented 2 years ago

Duplicate of https://github.com/rails/cssbundling-rails/pull/71