[openstreetmap/openstreetmap-website] How can I run rails without manually recompiling assets? (Issue #6745)

Tom Hughes notifications at github.com
Wed Jan 28 09:52:30 UTC 2026


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/3810205925 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260128/5f76c1b4/attachment.htm>


More information about the rails-dev mailing list