diff options
| author | 2024-01-15 14:02:40 +0100 | |
|---|---|---|
| committer | 2024-01-15 14:02:40 +0100 | |
| commit | a43ce99da9b52b5a1d905083c3b5360451b094fd (patch) | |
| tree | d20ec017b699b3a5d6ff5c4af3fbc2c26bf2121b /vendor/github.com/tdewolff/minify/v2/README.md | |
| parent | [chore]: Bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2 (#2532) (diff) | |
| download | gotosocial-a43ce99da9b52b5a1d905083c3b5360451b094fd.tar.xz | |
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.12 to 2.20.14 (#2530)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.12 to 2.20.14.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.12...v2.20.14)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/tdewolff/minify/v2/README.md')
| -rw-r--r-- | vendor/github.com/tdewolff/minify/v2/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/tdewolff/minify/v2/README.md b/vendor/github.com/tdewolff/minify/v2/README.md index 746a20d93..ebf85755f 100644 --- a/vendor/github.com/tdewolff/minify/v2/README.md +++ b/vendor/github.com/tdewolff/minify/v2/README.md @@ -198,7 +198,7 @@ The HTML5 minifier uses these minifications: Options: -- `KeepConditionalComments` preserve all IE conditional comments such as `<!--[if IE 6]><![endif]-->` and `<![if IE 6]><![endif]>`, see https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx#syntax +- `KeepSpecialComments` preserve all special comments, including Server Side Includes such as `<!--#include file="header.html" -->` and IE conditional comments such as `<!--[if IE 6]><![endif]-->` and `<![if IE 6]><![endif]>`, see https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx#syntax - `KeepDefaultAttrVals` preserve default attribute values such as `<script type="application/javascript">` - `KeepDocumentTags` preserve `html`, `head` and `body` tags - `KeepEndTags` preserve all end tags |
