From 4183c84dd4bab67f40a0603922380ed10ff0d32d Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Wed, 4 Mar 2015 20:55:52 +0100 Subject: [PATCH] Don't compress css --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ec5c6b6..5951a5d 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -211,6 +211,7 @@ module.exports = (grunt) -> grunt.config 'stylus', add([['main', { src: '**/*.styl' ext: '.css' + options: { compress: false } }]]) # Load tasks