Compress CSS output

This commit is contained in:
Mike Francis 2014-07-25 11:21:08 +01:00
parent 77f3aa7dce
commit 7b9e4bc8b0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = function(grunt) {
sass: {
dist: {
options: {
style: 'expanded'
style: 'compressed'
},
files: { 'style.css': 'scss/style.scss' }
}