-
Enhancement request/idea: Consider writing a minifier to pair with libdeflate, since a major use case of libdeflate is probably to compress web content – HTML, JS, and CSS files.
It might be possib…
-
I'm using html-minifier to minify all the .html and .json files (in my case they include some html markup) in a directory.
Right now it doesn't seem to be possible to give multiple file extensions vi…
-
When using svelte with csp and html-minifier adapter with minifyCSS or minifyJS enabled, the hash of the inline styles and js scripts might change. The minifier should calculate the hash of the inline…
-
Hey @bhaskarmelkani
I'm using this plugin on my both blog instances and also I'm developing test utils for hexo here: https://github.com/ertrzyiks/hexo-test-utils
So I thought, I could help you …
-
If the specified output-dir already exists when using the CLI, it creates a new directory with that name and puts minified versions of the input (making sure to update the copy in the already existing…
-
I found a big problem with whitespace characters, which increase the size of the final server response by 25% (197kb vs 149kb)
With this change, I increased the average number of requests from 968r…
-
ECMA-262 is a huge document and it is accessed quite frequently. Minifying the HTML will save a significant amount of cumulative bandwidth and may decrease load times (which are particularly bad in Ch…
-
I'm adding this Issue to track progress for the integration into [#684](https://github.com/SergioBenitez/Rocket/issues/684)
My suggestion is:
- [ ] high-performance minifier for HTML for on-the-fl…
-
In case that this plugin will/can minify JS/CSS/HTML and JSON we should get rid of finding Java wrapper for that and using Node and NPM packages. For Node we have a huge amount of modern and maintaine…
-
How about make minify cache template
how like this https://github.com/jenstornell/tiny-html-minifier
possible?