0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #4884 from PaulAdamDavis/update-grunt-sass

Update grunt-sass to 0.17.0
This commit is contained in:
Matt Enlow 2015-02-03 08:04:09 -07:00
commit 5af941d2c0
2 changed files with 2 additions and 2 deletions

View file

@ -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: [

View file

@ -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",