From: Tom Hughes Date: Thu, 29 Nov 2012 21:29:40 +0000 (+0000) Subject: Don't try and compile the (non-existent) openlayers theme X-Git-Tag: live~5170 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d3b2a12266b561af3c2143ec61035f5ae8d2321f Don't try and compile the (non-existent) openlayers theme --- diff --git a/config/environments/production.rb b/config/environments/production.rb index c0854d3a4..d7689ca2b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -60,8 +60,7 @@ OpenStreetMap::Application.configure do config.assets.precompile += %w( user.js diary_entry.js pngfix.js swfobject.js ) config.assets.precompile += %w( large-ltr.css small-ltr.css print-ltr.css ) config.assets.precompile += %w( large-rtl.css small-rtl.css print-rtl.css ) - config.assets.precompile += %w( browse.css theme/openstreetmap/style.css ) - config.assets.precompile += %w( leaflet-all.css leaflet.ie.css ) + config.assets.precompile += %w( browse.css leaflet-all.css leaflet.ie.css ) config.assets.precompile += %w( embed.js embed.css ) # Disable delivery errors, bad email addresses will be ignored