Skip to content

Commit f492502

Browse files
committed
Update grunt-sass to 0.17.0
No issue - Allows us to use Sass Maps - Fixes the 'compressed' output style, so we can have minified code again!
1 parent 31880e7 commit f492502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ var _ = require('lodash'),
347347
sass: {
348348
compress: {
349349
options: {
350-
outputStyle: 'nested', // TODO: Set back to 'compressed' working correctly with our dependencies
350+
outputStyle: 'compressed',
351351
sourceMap: true
352352
},
353353
files: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"grunt-express-server": "~0.4.19",
9292
"grunt-jscs": "~1.2.0",
9393
"grunt-mocha-cli": "~1.11.0",
94-
"grunt-sass": "~0.16.1",
94+
"grunt-sass": "~0.17.0",
9595
"grunt-shell": "~1.1.1",
9696
"grunt-update-submodules": "~0.4.1",
9797
"matchdep": "~0.3.0",

0 commit comments

Comments
 (0)