From: XhmikosR Date: Sat, 2 Apr 2016 07:27:18 +0000 (+0300) Subject: Update htmlmin options. X-Git-Tag: v3.3.7~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d962fdc5b13e010f652e87d834ce8ac6aadc8386;p=thirdparty%2Fbootstrap.git Update htmlmin options. [ci skip] --- 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 },