79284565

Date: 2024-12-16 11:52:34
Score: 2
Natty:
Report link

I have come across this too in my development environment.

I can resolve it by stopping the local service, running:

rake assets:clobber

Then restarting the server.

In production, its fine, as I run:

bundle exec rake assets:precompile RAILS_ENV=production

as part of my deployment script.

Any work arounds for the development environment?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Sean Mitchell