From edbd12cef4ce2d31193a260851dd95d67d2b8dff Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 5 Feb 2015 13:06:30 -0500 Subject: [PATCH] use compact for sass --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d92f9ab..b5b270b 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { }, dist: { options: { - outputStyle: 'expanded' + outputStyle: 'compact' }, files: { 'css/app.css': 'scss/app.scss' -- 2.17.1