diff --git a/Gruntfile.js b/Gruntfile.js index b29596a0b4..02716f02d8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -347,7 +347,7 @@ var _ = require('lodash'), sass: { compress: { options: { - outputStyle: 'nested', // TODO: Set back to 'compressed' working correctly with our dependencies + outputStyle: 'compressed', sourceMap: true }, files: [ diff --git a/package.json b/package.json index 7279fa10fd..88ae48f13e 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "grunt-express-server": "~0.4.19", "grunt-jscs": "~1.2.0", "grunt-mocha-cli": "~1.11.0", - "grunt-sass": "~0.16.1", + "grunt-sass": "~0.17.0", "grunt-shell": "~1.1.1", "grunt-update-submodules": "~0.4.1", "matchdep": "~0.3.0",