From a4e38ea695c33d1de8a77fdf9ee2e0e1084d6c76 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 4 Oct 2013 15:45:56 -0700 Subject: [PATCH] Precompile about.js --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 3eb08ac6c..8a4fb763a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -69,7 +69,7 @@ OpenStreetMap::Application.configure do # Precompile additional assets. # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. - config.assets.precompile += %w( index.js browse.js welcome.js ) + config.assets.precompile += %w( index.js browse.js welcome.js about.js ) 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 ) -- 2.43.2