Y2Z / monolith

⬛️ CLI tool for saving complete web pages as a single HTML file

Home Page:https://crates.io/crates/monolith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimize output

mothsART opened this issue · comments

Output could be really fat.

Why not propose an option for optimize a little :

  • html
  • css
  • javascript
  • svg
  • pictures
  • etc

There's a lot of tool in Rust who do that :

  • html-minifier
  • lightingcss
  • swc

or, minimize the inputs, that way you also shave off whitespace in e.g. linked stylesheets