solidus
solidus copied to clipboard
NameError: uninitialized constant Tailwindcss
I get this error when I try to use RAILS_ENV=production rails assets:precompile. It causes my build to fail on Heroku and locally.
I tried using Chat-GPT to fix the issue, but none of the workarounds it suggested work.
Solidus Version: gem "solidus", "~> 4.6"
To Reproduce Clone https://github.com/cesartalves/sample-store and run the rails command cited above. -->
Expected behavior
Precomplication of assets should work
Screenshots
Desktop (please complete the following information):*
- OS: MacOs 15.0.1
Additional context Long time no see!
This is probably an issue caused by too new a version of the Tailwind gem or something like that.