tomhughes left a comment (openstreetmap/openstreetmap-website#6745)
Yes the way to avoid it is not to precompile your assets at all, then they will
be served on demand.
Precompilation should only be used in production deployments, not in
development.
To get rid of precompiled assets do this:
```
bundle exec rails assets:clobber
rm tmp/manifest.json
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6745#issuecomment-3810205925
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/issues/6745/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev