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: {