From 7b9e4bc8b0a834287d5a5abc16171eb32d176529 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Fri, 25 Jul 2014 11:21:08 +0100 Subject: [PATCH] Compress CSS output --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ab53c58..3c6d966 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,7 +22,7 @@ module.exports = function(grunt) { sass: { dist: { options: { - style: 'expanded' + style: 'compressed' }, files: { 'style.css': 'scss/style.scss' } }