GuillaumeGomez / minifier-rs

Minifier tool/lib for JS/CSS/JSON files
MIT License
86 stars 16 forks source link

Include HTML docs in docs.rs #27

Closed pietroalbini closed 6 years ago

pietroalbini commented 6 years ago

At the moment the docs for the HTML minifier are missing from docs.rs, since those are behind a feature gate. This PR adds a bit of metadata to make sure docs.rs also builds them.

GuillaumeGomez commented 6 years ago

The point is to make people not use it so I'll keep it as is (not documented). But thanks anyway!

pietroalbini commented 6 years ago

Can I ask why it shouldn't be used?

GuillaumeGomez commented 6 years ago

For now it's just a hack. Completely unsafe for almost no space gain.