mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.34 to 2.20.37 (#3106)
This commit is contained in:
2
vendor/github.com/tdewolff/minify/v2/README.md
generated
vendored
2
vendor/github.com/tdewolff/minify/v2/README.md
generated
vendored
@ -4,6 +4,8 @@
|
||||
|
||||
**[Binaries](https://github.com/tdewolff/minify/releases) of CLI for various platforms.** See [CLI](https://github.com/tdewolff/minify/tree/master/cmd/minify) for more installation instructions.
|
||||
|
||||
**[Windows binary from scoop](https://scoop.sh/#/apps?q=minify)** install with `scoop install main/minify`
|
||||
|
||||
**[Python bindings](https://pypi.org/project/tdewolff-minify/)** install with `pip install tdewolff-minify`
|
||||
|
||||
**[JavaScript bindings](https://www.npmjs.com/package/@tdewolff/minify)** install with `npm i @tdewolff/minify`
|
||||
|
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
|
||||
|
Reference in New Issue
Block a user