Commit 9b71314f authored by XhmikosR's avatar XhmikosR
Browse files

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

parent f00bbdd9
1 merge request!11977docs-assets: concatenate and minify all docs files.
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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'
},
......
This diff is collapsed.
Supports Markdown
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