summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Tatum <jtatum@gmail.com>2024-01-11 13:30:42 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-25 19:33:14 +0100
commit8915343075e1de2d175cbd5de467ab212da5a5b9 (patch)
treedee15e573dbaecde57f2ded834fcc89b90b5a935 /docs
parenta541e3b4d48cac704185a644539d3501ff183b19 (diff)
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.yaml2
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