minifiers: Set minifier to KeepEndTags
authorAlexandros <onedrawingperday@users.noreply.github.com>
Thu, 13 Sep 2018 06:16:20 +0000 (09:16 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 13 Sep 2018 06:16:20 +0000 (08:16 +0200)
See: https://github.com/tdewolff/minify/blob/948b6490cf3cacab5f4d7474104c3d21bf6eda46/README.md#L171

minifiers/minifiers.go

index 07eec34ce5d874f640cfb05d1f2efe90da74ead6..be453d81159d0a2be95266da1d0707f4c0c44cc3 100644 (file)
@@ -68,6 +68,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
                KeepDocumentTags:        true,
                KeepConditionalComments: true,
                KeepEndTags:             true,
+               KeepDefaultAttrVals:     true,
        }
 
        // We use the Type definition of the media types defined in the site if found.