WIP working on serving js in production

This commit is contained in:
2013-01-21 12:55:44 -05:00
parent 8468c6cfb5
commit 40ff30c822
3 changed files with 13 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ module Community
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
config.assets.precompile += ['*.css', '*.js']
config.assets.initialize_on_precompile = false
config.assets.precompile += %w('*.css', '*.js')
end
end