Turn off collapseBooleanAttributes, which was causing the issue.

This commit is contained in:
Joseph Schorr 2014-07-15 14:20:42 -04:00
parent 8502b590a3
commit e7625491d6

View file

@ -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!