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

docs: README - add troubleshooting solution - why rails not serving updated css? #112

Closed benkoshy closed 1 year ago

benkoshy commented 1 year ago

What is this PR?

Adds a trouble-shooting solution - sprockets wasn't serving an updated css file. Why not?

After many hours of hair-pulling, I stumbled upon this issue: https://github.com/rails/tailwindcss-rails/issues/119 which saved the day.

It's easy to overlook, and probably warrants a note in the documentation.

Hence this PR. Hopefully, it will save someone a lotta trouble.