Compile the fixthemap javascript

This commit is contained in:
Tom Hughes 2014-01-19 20:19:33 +00:00
parent b01bda9238
commit 1db1277a5f

View file

@ -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 fixthemap.js )
config.assets.precompile += %w( user.js diary_entry.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 )