From e7625491d667f7c3c6e8d4bfe40a73a64085e2e1 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 15 Jul 2014 14:20:42 -0400 Subject: [PATCH] Turn off collapseBooleanAttributes, which was causing the issue. --- grunt/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!