projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
716262f
)
Precompile openlayers wrapper
author
Tom Hughes
<tom@compton.nu>
Fri, 25 Nov 2011 20:13:03 +0000
(20:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 25 Nov 2011 20:13:03 +0000
(20:13 +0000)
config/environments/production.rb
patch
|
blob
|
history
diff --git
a/config/environments/production.rb
b/config/environments/production.rb
index 6909c8d4324e1ef804af176c5cb72e31247d0510..e7b4cae03d94965a1a9d9d0bd121681656927e27 100644
(file)
--- a/
config/environments/production.rb
+++ b/
config/environments/production.rb
@@
-55,6
+55,7
@@
OpenStreetMap::Application.configure do
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( map.js menu.js pngfix.js site.js swfobject.js )
+ config.assets.precompile += %w( openlayers.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 )