From 67c314388aef2991180dbf69c3c571f1ccde4e6e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 Aug 2013 18:20:22 +0100 Subject: [PATCH] Precompile various vendor assets --- config/environments/production.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0542b0ed8..35222bd07 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -72,7 +72,15 @@ OpenStreetMap::Application.configure do config.assets.precompile += %w( large-rtl.css small-rtl.css print-rtl.css ) config.assets.precompile += %w( browse.css leaflet-all.css leaflet.ie.css ) config.assets.precompile += %w( embed.js embed.css ) + config.assets.precompile += %w( images/marker-*.png img/*-handle.png ) + config.assets.precompile += %w( potlatch2.swf ) + config.assets.precompile += %w( potlatch2/assets.zip ) + config.assets.precompile += %w( potlatch2/FontLibrary.swf ) + config.assets.precompile += %w( potlatch2/locales/*.swf ) + config.assets.precompile += %w( help/introduction.* ) config.assets.precompile += %w( iD.js iD.css ) + config.assets.precompile += %w( iD/img/*.svg iD/img/*.png iD/img/*.gif ) + config.assets.precompile += %w( iD/img/pattern/*.png ) # Ignore bad email addresses and do not raise email delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors. -- 2.43.2