From: XhmikosR Date: Sat, 15 Sep 2018 23:23:07 +0000 (+0300) Subject: Update svgo.yml. X-Git-Tag: v4.2.0~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfecc7dc6aa346b07fb3e1a12119cd156af3348;p=thirdparty%2Fbootstrap.git Update svgo.yml. --- diff --git a/build/svgo.yml b/build/svgo.yml index 3d6a039d55..a12cf421c4 100644 --- a/build/svgo.yml +++ b/build/svgo.yml @@ -6,7 +6,7 @@ # replace default config multipass: true -full: true +#full: true # https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options @@ -48,5 +48,5 @@ plugins: - removeUselessStrokeAndFill: true - removeViewBox: false - removeXMLNS: false - - removeXMLProcInst: false + - removeXMLProcInst: true - sortAttrs: true