From d962fdc5b13e010f652e87d834ce8ac6aadc8386 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 2 Apr 2016 10:27:18 +0300 Subject: [PATCH] Update htmlmin options. [ci skip] --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 018cdf266a..b9e1a8ca54 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -319,6 +319,7 @@ module.exports = function (grunt) { conservativeCollapse: true, minifyCSS: true, minifyJS: true, + processConditionalComments: true, removeAttributeQuotes: true, removeComments: true }, -- 2.47.2