From 9f83bbd15838958ec534f8c309512d6031c031d5 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 27 Jan 2016 01:18:58 -0600 Subject: [PATCH] Add comment about middleman hanging to config.rb --- config.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.rb b/config.rb index 43bceaa..cac85f6 100644 --- a/config.rb +++ b/config.rb @@ -30,6 +30,8 @@ set :relative_links, true # Build Configuration configure :build do + # If you're having trouble with Middleman hanging, commenting + # out the following two lines has been known to help activate :minify_css activate :minify_javascript # activate :relative_assets