Fix inline SVG that was being miscompiled by htmlmin

This commit is contained in:
Joseph Schorr 2014-08-14 13:47:09 -04:00
parent 728af56384
commit 9eea8008dc

View file

@ -60,7 +60,8 @@ module.exports = function(grunt) {
removeEmptyAttributes: true, removeEmptyAttributes: true,
removeRedundantAttributes: true, removeRedundantAttributes: true,
removeScriptTypeAttributes: true, removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true removeStyleLinkTypeAttributes: true,
keepClosingSlash: true // For inline SVG
} }
}, },
quay: { quay: {