X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b823b7b075cb1526dcbf514695e7719521b90b4..20bd72d9e9a8efd50856d91cf48a57926b9a13f5:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index 103b920f5..01466ae75 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -29,6 +29,10 @@ OpenStreetMap::Application.configure do # number of complex assets. config.assets.debug = true + # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # yet still be able to expire them through the digest params. + config.assets.digest = true + # Adds additional error checking when serving assets at runtime. # Checks for improperly declared sprockets dependencies. # Raises helpful error messages.