Add a default asset version to production config, this give to the users an idea about how to use it

This commit is contained in:
Guillermo Iguaran
2011-08-30 00:52:50 -05:00
parent cb25537348
commit b0f3063166

View File

@@ -52,6 +52,9 @@ module <%= app_const_base %>
<% unless options.skip_sprockets? -%>
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
<% end -%>
end
end