0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update htmlmin options.

[ci skip]
This commit is contained in:
XhmikosR 2016-04-02 10:27:18 +03:00
parent 67fa9c2f58
commit d962fdc5b1

View File

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