From 36b7e4430d81ddfd34bf4ed5bc1f571382e1c206 Mon Sep 17 00:00:00 2001 From: Sam Gilman Date: Sun, 2 Jun 2019 05:36:44 +0800 Subject: [PATCH] updated config.rb to activate asset_hash (#1076) --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index 2488797..b3ba23e 100644 --- a/config.rb +++ b/config.rb @@ -40,6 +40,7 @@ set :relative_links, true # Build Configuration configure :build do + activate :asset_hash # If you're having trouble with Middleman hanging, commenting # out the following two lines has been known to help activate :minify_css