[openstreetmap-website] Clean up index JS (#108)
Tom Hughes
notifications at github.com
Sat Sep 29 17:38:00 BST 2012
> @@ -72,6 +72,9 @@ class Application < Rails::Application
> # Version of your assets, change this if you want to expire all your assets
> config.assets.version = '1.0'
>
> + # Precompile page-specific assets
> + config.assets.precompile += %w(index.js)
Shouldn't this be in `config/environments/production.rb` with all the others?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/108/files#r1723661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20120929/00bff2ee/attachment.html>
More information about the rails-dev
mailing list