0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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!
This commit is contained in:
Paul Adam Davis 2015-02-03 10:33:25 +00:00
parent 31880e7cfa
commit f492502f33
2 changed files with 2 additions and 2 deletions

View file

@ -347,7 +347,7 @@ var _ = require('lodash'),
sass: { sass: {
compress: { compress: {
options: { options: {
outputStyle: 'nested', // TODO: Set back to 'compressed' working correctly with our dependencies outputStyle: 'compressed',
sourceMap: true sourceMap: true
}, },
files: [ files: [

View file

@ -91,7 +91,7 @@
"grunt-express-server": "~0.4.19", "grunt-express-server": "~0.4.19",
"grunt-jscs": "~1.2.0", "grunt-jscs": "~1.2.0",
"grunt-mocha-cli": "~1.11.0", "grunt-mocha-cli": "~1.11.0",
"grunt-sass": "~0.16.1", "grunt-sass": "~0.17.0",
"grunt-shell": "~1.1.1", "grunt-shell": "~1.1.1",
"grunt-update-submodules": "~0.4.1", "grunt-update-submodules": "~0.4.1",
"matchdep": "~0.3.0", "matchdep": "~0.3.0",