minifier icon indicating copy to clipboard operation
minifier copied to clipboard

⚡️ Offline-first web app for an HTML, JS, CSS minifier.

Minifier for JavaScript, CSS and HTML

Client-side offline-first JavaScript/CSS/HTML minifier. Visit: https://minifier.app

Description

This tool implements Web Worker and Service Worker. Just load it once and it will available for offline use.

Uses html-minifier which comes with uglify-js and clean-css. See default configurations.

Installation

$ export HTTPMINIFIER_VERSION=4.0.0  # Optional, Default to latest

$ npm i && npm run build

Start development server:

$ npm run watch

Questions?

Please open an issue or email me with any issues, feedback, or suggestions.

Author

Wei He [email protected]

License

MIT