aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-04-02 10:27:18 +0300
committerXhmikosR <[email protected]>2016-04-02 10:27:18 +0300
commitd962fdc5b13e010f652e87d834ce8ac6aadc8386 (patch)
tree4ae4b97d16766371cb2f8b69617c8e5e830d0d7f
parent67fa9c2f58d9f5dde704a19507a25febf8c08b87 (diff)
downloadbootstrap-d962fdc5b13e010f652e87d834ce8ac6aadc8386.tar.xz
bootstrap-d962fdc5b13e010f652e87d834ce8ac6aadc8386.zip
Update htmlmin options.
[ci skip]
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 018cdf266..b9e1a8ca5 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
},