sdhagen / minifier

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

Home Page:https://minifier.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 github@weispot.com

License

MIT

About

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

https://minifier.app

License:MIT License


Languages

Language:JavaScript 39.8%Language:Pug 33.3%Language:HTML 14.0%Language:Less 13.0%