From 9bf69c6111690b97de61223657d7171b238ee0eb Mon Sep 17 00:00:00 2001 From: Derric Gilling Date: Sun, 24 Mar 2024 15:10:54 -0700 Subject: [PATCH] Fix: Issue With Build due to duplicate asset_hash --- config.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.rb b/config.rb index 8906b25..87883de 100644 --- a/config.rb +++ b/config.rb @@ -92,8 +92,6 @@ # out the following two lines has been known to help activate :minify_css activate :minify_javascript - # activate :relative_assets - activate :asset_hash activate :asset_host, :host => '//apidocs.moesif.com' # activate :gzip end