[openstreetmap/openstreetmap-website] Sprockets vs optional config files (#2185)

Andy Allan notifications at github.com
Fri Jul 5 08:23:02 UTC 2019


For anyone who gets `ActionView::Template::Error: couldn't find file 'settings.local.yml'` or similar when first setting up your environment, then this issue is the root cause. You need to create an empty file in `config/settings.local.yml`, for example by running:

```bash
$ touch config/settings.local.yml
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20190705/d100c265/attachment.html>


More information about the rails-dev mailing list