diff --git a/grunt/Gruntfile.js b/grunt/Gruntfile.js index 218bb6a9d..b3d8b4e2d 100644 --- a/grunt/Gruntfile.js +++ b/grunt/Gruntfile.js @@ -53,7 +53,7 @@ module.exports = function(grunt) { return '/' + path.substr(3); // remove the ../ }, htmlmin: { - collapseBooleanAttributes: true, + collapseBooleanAttributes: false, collapseWhitespace: true, removeAttributeQuotes: true, removeComments: true, // Only if you don't use comment directives!