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

Use nested output style for Sass

References #4389

As a result of https://github.com/TryGhost/Ghost/pull/4389#issuecomment-61637323 the best way to keep everything working nicely is to use the `nested` outputStyle for now.
This commit is contained in:
Paul Adam Davis 2014-11-04 14:35:08 +00:00
parent 8d96cb2f67
commit df69b6ea82

View file

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