mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03: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
@ -313,7 +313,7 @@ var _ = require('lodash'),
|
||||
sass: {
|
||||
compress: {
|
||||
options: {
|
||||
style: 'compressed',
|
||||
outputStyle: 'compressed',
|
||||
sourceMap: true
|
||||
},
|
||||
files: [
|
||||
|
Loading…
Reference in New Issue
Block a user