Backport b0f3063166 to master

This commit is contained in:
Guillermo Iguaran 2011-08-31 12:42:54 -05:00
parent dffdd82993
commit fa04c37f45
1 changed files with 2 additions and 3 deletions

View File

@ -53,9 +53,8 @@ module <%= app_const_base %>
# Enable the asset pipeline
config.assets.enabled = true
# Create a manifest with the hashes of your assets when you run "rake assets:precompile".
# Use this if you don't have a JavaScript engine in your production servers
config.assets.manifest = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
<% end -%>
end
end