Description
Web assets can be compressed by removing unnecessary whitespace and formatting from CSS, HTML, and JavaScript files. This is useful when preparing static files for deployment or reducing transfer size in simple build workflows.
It is a developer command-line tool. Because minification rewrites files into a less readable form, keep source files under version control and review which paths will be overwritten.