Fix inline SVG that was being miscompiled by htmlmin
This commit is contained in:
parent
728af56384
commit
9eea8008dc
1 changed files with 2 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Reference in a new issue