From 4930e9fd650841115851294cdbf568d3b7e55a66 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Mon, 3 Nov 2014 14:08:54 +0000 Subject: [PATCH] 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. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 38f539d4fa..22d96159f7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -313,7 +313,7 @@ var _ = require('lodash'), sass: { compress: { options: { - style: 'compressed', + outputStyle: 'compressed', sourceMap: true }, files: [