Update Sass Grunt task output style

No issue

A recent update to NodeSass changed the keyword for output style from `style` to `outputStyle`.
This updates that, thus making the minfied CSS, actually minfied.
This commit is contained in:
Paul Adam Davis 2014-11-03 14:08:54 +00:00
parent bc3c01d36b
commit 4930e9fd65

View File

@ -313,7 +313,7 @@ var _ = require('lodash'),
sass: {
compress: {
options: {
style: 'compressed',
outputStyle: 'compressed',
sourceMap: true
},
files: [