html-minifier
html-minifier copied to clipboard
Javascript-based HTML compressor/minifier (with Node.js support)
Bumped dependencies by some simple `npm audit fix`. Though according to npm, this fixed 12 of 15 vulnerabilities, 3 persist; left it there for this update.
[ ](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) uses a json format and causes an error on uglifyjs
Hi maintainers. No new version has been released since Apr 2019, https://github.com/kangax/html-minifier/commit/4beb325eb01154a40c0cbebff2e5737bbd7071ab. There have been some updates since, that are not available on NPM. For example see https://github.com/kangax/html-minifier/commit/e6727ff066533b2144b6e0d0a89bd7e5f20ffc95 which updated...
I'm working in eleventy with "html-minifier": "^4.0.0" and when I tried to create the prod release I've got error with this code: ``` How to resolve the algorithm 100 doors...
I am just learning open source contribution.
Hello! If the problem has already been pointed out, I apologize in advance. I'll try to contribute anyway... During a runtime minify requests I realized that html and js together...
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...
Please add support for [CSS nesting](https://caniuse.com/css-nesting)
Changed URLs from includes (link and script) to their minified variants. for example: change ./dsp/mycustom.css to ./dsp/mycustom.min.css