Commit 9f83bbd1 authored by Robert Lord's avatar Robert Lord

Add comment about middleman hanging to config.rb

parent 5c87f103
...@@ -30,6 +30,8 @@ set :relative_links, true ...@@ -30,6 +30,8 @@ set :relative_links, true
# Build Configuration # Build Configuration
configure :build do 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_css
activate :minify_javascript activate :minify_javascript
# activate :relative_assets # activate :relative_assets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment