Precompile routing JS

This commit is contained in:
Richard Fairhurst 2014-01-21 20:41:55 +00:00
parent 69437cf0ad
commit 99cf44ba2b

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 fixthemap.js )
config.assets.precompile += %w( index.js browse.js welcome.js fixthemap.js routing.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 )