From 3b3b563497c23160fa0957975b3abf8cd8e0a58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 30 Mar 2014 14:00:37 +0200 Subject: [PATCH] config.rb: deactivate buggy css compressor --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index f605e59..604824f 100644 --- a/config.rb +++ b/config.rb @@ -88,7 +88,7 @@ end # Build-specific configuration configure :build do # For example, change the Compass output style for deployment - activate :minify_css + #activate :minify_css # Minify Javascript on build activate :minify_javascript