From: Andy Allan Date: Wed, 13 Mar 2019 16:51:43 +0000 (+0100) Subject: Instruct sprockets to recompile this file based on the settings files changing X-Git-Tag: live~2635^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b3e74b0650a4902b42ee14c37b707209a0835a55 Instruct sprockets to recompile this file based on the settings files changing --- diff --git a/app/assets/javascripts/osm.js.erb b/app/assets/javascripts/osm.js.erb index 31bb23c4b..f5d530a1b 100644 --- a/app/assets/javascripts/osm.js.erb +++ b/app/assets/javascripts/osm.js.erb @@ -1,4 +1,5 @@ -//= depend_on application.yml +//= depend_on settings.yml +//= depend_on settings.local.yml OSM = { <% if defined?(PIWIK) %>