mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user