From 1c1e330da2c2d2126be5de0567ea1d8be411496b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 14 Apr 2014 15:10:42 -0700 Subject: [PATCH] Disable compression for now --- website/Gemfile | 2 +- website/config.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index be596544bf..985e328090 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "less", "~> 2.4.0" +gem "less", "~> 2.5.0" gem "middleman", "~> 3.3.2" gem "middleman-minify-html", "~> 3.1.1" diff --git a/website/config.rb b/website/config.rb index 6eddc76429..da0e329760 100644 --- a/website/config.rb +++ b/website/config.rb @@ -15,7 +15,6 @@ set :markdown, # Build-specific configuration configure :build do activate :asset_hash - activate :minify_css activate :minify_html activate :minify_javascript end