diff options
| author | XhmikosR <[email protected]> | 2016-04-02 10:27:18 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-04-02 10:27:18 +0300 |
| commit | d962fdc5b13e010f652e87d834ce8ac6aadc8386 (patch) | |
| tree | 4ae4b97d16766371cb2f8b69617c8e5e830d0d7f | |
| parent | 67fa9c2f58d9f5dde704a19507a25febf8c08b87 (diff) | |
| download | bootstrap-d962fdc5b13e010f652e87d834ce8ac6aadc8386.tar.xz bootstrap-d962fdc5b13e010f652e87d834ce8ac6aadc8386.zip | |
Update htmlmin options.
[ci skip]
| -rw-r--r-- | Gruntfile.js | 1 |
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 }, |
