Description
Web assets can be made smaller from the command line by minifying HTML, CSS, JavaScript, JSON, SVG, and XML. Developers use this tool to reduce file size in websites, build pipelines, and deployment scripts.
It is a CLI optimization tool, not a web editor. Minification can make files harder to read and may break code when inputs are invalid, so keep source files and test output.