From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 01:30:32 +0000 (+0930) Subject: minor config tweak for prod assets X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=09b4b5c42dbc75e9a2d5fafc507927aa0389a8b6;p=arelpe.git minor config tweak for prod assets --- diff --git a/config/environments/production.rb b/config/environments/production.rb index 1469e19..302f83b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -28,6 +28,7 @@ Rails.application.configure do # Do not fall back to assets pipeline if a precompiled asset is missed. config.assets.compile = false + config.assets.digest = true # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"