]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update htmlmin options.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 2 Apr 2016 07:27:18 +0000 (10:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 2 Apr 2016 07:27:18 +0000 (10:27 +0300)
[ci skip]

Gruntfile.js

index 018cdf266ad17c06f385080561a7b0317778b372..b9e1a8ca545f9642d1a8cf4fe4de5dd5710d260f 100644 (file)
@@ -319,6 +319,7 @@ module.exports = function (grunt) {
           conservativeCollapse: true,
           minifyCSS: true,
           minifyJS: true,
+          processConditionalComments: true,
           removeAttributeQuotes: true,
           removeComments: true
         },