Commit 9b71314f authored by XhmikosR's avatar XhmikosR

Turn advanced optimizations off until it's fixed in clean-css.

parent f00bbdd9
...@@ -183,6 +183,7 @@ module.exports = function (grunt) { ...@@ -183,6 +183,7 @@ module.exports = function (grunt) {
compress: { compress: {
options: { options: {
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
report: 'min', report: 'min',
selectorsMergeMode: 'ie8' selectorsMergeMode: 'ie8'
}, },
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment