use compact for sass
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Feb 2015 18:06:30 +0000 (13:06 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Feb 2015 18:06:30 +0000 (13:06 -0500)
Gruntfile.js

index d92f9ab..b5b270b 100755 (executable)
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
       },
       dist: {
         options: {
-          outputStyle: 'expanded'
+          outputStyle: 'compact'
         },
         files: {
           'css/app.css': 'scss/app.scss'