lib/hanami/generators/application/app/config/application.rb.tt in hanami-0.8.0 vs lib/hanami/generators/application/app/config/application.rb.tt in hanami-0.9.0
- old
+ new
@@ -322,13 +322,13 @@
# Don't compile static assets in production mode (eg. Sass, ES6)
#
# See: http://www.rubydoc.info/gems/hanami-assets#Configuration
compile false
- # Use digest file name for asset paths
+ # Use fingerprint file name for asset paths
#
# See: http://hanamirb.org/guides/assets/overview
- digest true
+ fingerprint true
# Content Delivery Network (CDN)
#
# See: http://hanamirb.org/guides/assets/content-delivery-network
#