Skip to content

Commit

Permalink
"Turn off advanced CSS optimizations" from Sage: roots/sage@cf928c8
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMelissas committed May 6, 2015
1 parent 7523cdf commit de13cbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ var cssTasks = function(filename) {
'opera 12'
]
})
.pipe($.minifyCss)
.pipe(minifyCss, {
advanced: false,
rebase: false
})
.pipe(function() {
return $.if(enabled.rev, $.rev());
})
Expand Down

0 comments on commit de13cbc

Please sign in to comment.