Turn advanced optimizations off until it's fixed in clean-css.
This commit is contained in:
parent
f00bbdd994
commit
9b71314fd8
2 changed files with 2 additions and 1 deletions
|
|
@ -183,6 +183,7 @@ module.exports = function (grunt) {
|
|||
compress: {
|
||||
options: {
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
|
||||
report: 'min',
|
||||
selectorsMergeMode: 'ie8'
|
||||
},
|
||||
|
|
|
|||
2
docs/assets/css/pack.min.css
vendored
2
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue