diff options
author | James Tatum <[email protected]> | 2024-01-11 13:30:42 -0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-25 19:33:14 +0100 |
commit | 8915343075e1de2d175cbd5de467ab212da5a5b9 (patch) | |
tree | dee15e573dbaecde57f2ded834fcc89b90b5a935 /docs | |
parent | a541e3b4d48cac704185a644539d3501ff183b19 (diff) | |
download | hugo-8915343075e1de2d175cbd5de467ab212da5a5b9.tar.gz hugo-8915343075e1de2d175cbd5de467ab212da5a5b9.zip |
deps: Update github.com/tdewolff/minify/v2 v2.20.9 => v2.20.13
KeepConditionalComments was deprecated in the upstream library and replaced with KeepSpecialComments. This new option reflects that both conditional comments and Server Side Include comments can be optionally stripped by the minifier. As with KeepConditionalComments, the minifier is configured not to strip them by default.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/data/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml index f59974724..fb399fa86 100644 --- a/docs/data/docs.yaml +++ b/docs/data/docs.yaml @@ -1265,7 +1265,7 @@ config: precision: 0 html: keepComments: false - keepConditionalComments: true + keepSpecialComments: true keepDefaultAttrVals: true keepDocumentTags: true keepEndTags: true |