From b6556a8a8bd54a9b5e6acaec399fc4cd0a1bd8cb Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Wed, 22 Jul 2020 21:34:31 +1000 Subject: [PATCH] Update bench README to mention JS minification --- bench/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/README.md b/bench/README.md index 57883cf..38123b1 100644 --- a/bench/README.md +++ b/bench/README.md @@ -41,7 +41,7 @@ Since speed depends on the input, speed charts show performance relative to the The settings used for each minifier can be found in [minifiers.js](./minifiers.js). Some settings to note: -- JS and CSS minification is disabled for all, as minify-html is an HTML minifier and there are existing separate tools for [such](https://github.com/terser/terser) [tasks](https://github.com/jakubpawlowicz/clean-css). +- CSS minification is disabled for all, as minify-html currently does not support CSS minification (coming soon). - `conservativeCollapse` is enabled for html-minifier as otherwise some whitespace would be unsafely removed with side affects. minify-html can safely remove whitespace with context if configured properly. ## Running