mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Update Sass Grunt task output style
No issue A recent update to NodeSass changed the keyword for output style from `style` to `outputStyle`. This updates that, thus making the minfied CSS, actually minfied.
This commit is contained in:
parent
bc3c01d36b
commit
4930e9fd65
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ var _ = require('lodash'),
|
||||||
sass: {
|
sass: {
|
||||||
compress: {
|
compress: {
|
||||||
options: {
|
options: {
|
||||||
style: 'compressed',
|
outputStyle: 'compressed',
|
||||||
sourceMap: true
|
sourceMap: true
|
||||||
},
|
},
|
||||||
files: [
|
files: [
|
||||||
|
|
Loading…
Reference in a new issue