From 9eea8008dcac24eaaf7bd74330dfe6a63c7f37da Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 14 Aug 2014 13:47:09 -0400 Subject: [PATCH] Fix inline SVG that was being miscompiled by htmlmin --- grunt/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grunt/Gruntfile.js b/grunt/Gruntfile.js index b3d8b4e2d..3799ebc74 100644 --- a/grunt/Gruntfile.js +++ b/grunt/Gruntfile.js @@ -60,7 +60,8 @@ module.exports = function(grunt) { removeEmptyAttributes: true, removeRedundantAttributes: true, removeScriptTypeAttributes: true, - removeStyleLinkTypeAttributes: true + removeStyleLinkTypeAttributes: true, + keepClosingSlash: true // For inline SVG } }, quay: {