Let's minify, compress & combine static files on the fly.
- Simple & Stupid.
- Minify
css, js, html, xml, json. - Gzip each minified file.
- Combine and inline self-hosted
css, json the fly! - Automatically fixes internal relative css imports!
- Supports any http upstream.
- Portable, no dependancies.
- Docker
$ docker pull alash3al/lightify - Binaries go to releases page
- From Source
go get github.com/alash3al/lightify
- Docker
$ docker run --network=host alash3al/lightify --upstream="http://localhost:8080" - Binaries
./lightify -http :80 -upstream http://localhost:8080 - From Source
lightify -http :80 -upstream http://localhost:8080
- Docker
$ docker run alash3al/lightify --help - Binaries
./lightify --help - From Source
lightify --help
Mohamed Al Ashaal, a Gopher ;)
MIT License
The door is always open ;)
