Radman Siddiki

Results 17 comments of Radman Siddiki

Note that landing this PR as-is will break files using ES modules as this would make `html-minifier` remove `type="module"` from script tags making browsers think the modules are general JS...

Try ``npx html-minifier --input-dir ./public/ --output-dir ./public2 --file-ext html``; that way ``html-minifier`` does not attempt to minify non-HTML files.

This package can't handle ES6. You should look at html-minifier-terser instead.

You can do this with ``--file-ext htm`` when using the CLI.

> Technically this is not a bug because tracking categories are completely undocumented. Or rather, they need to be documented somewhere. But technically documentation does not need to be written...

This is not helpful unless you change your code to log the error.

What exactly is considered a "major" dependency? Presuming it's commander, I would be interested in helping out. :)

I updated all three of them on my [fork](https://github.com/R4356th/minhtml) and have not experienced any issues. I will make a PR soon.

I created a new account for the forum today and I could sign in. 😃 I am going to try to migrate projects now!