mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 10:52:26 -05:00
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.34 to 2.20.37 (#3106)
This commit is contained in:
parent
b8a291c430
commit
16421f7576
5 changed files with 7 additions and 4 deletions
1
vendor/github.com/tdewolff/minify/v2/html/html.go
generated
vendored
1
vendor/github.com/tdewolff/minify/v2/html/html.go
generated
vendored
|
|
@ -75,6 +75,7 @@ func (o *Minifier) Minify(m *minify.M, w io.Writer, r io.Reader, _ map[string]st
|
|||
if o.KeepConditionalComments {
|
||||
fmt.Println("DEPRECATED: KeepConditionalComments is replaced by KeepSpecialComments")
|
||||
o.KeepSpecialComments = true
|
||||
o.KeepConditionalComments = false // omit next warning
|
||||
}
|
||||
|
||||
omitSpace := true // if true the next leading space is omitted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue