Dockerized Command Line Interface for CSSO - CSS Minifier
- https://hub.docker.com/r/elnebuloso/csso-cli
- https://hub.docker.com/r/elnebuloso/csso-cli/tags?page=1&ordering=last_updated
- weekly builds, 0 0 * * 0
# start
docker-compose up --build --remove-orphans -d
# version
docker-compose run main --version
# help
docker-compose run main --help
# minify
docker-compose run main bootstrap-3.3.7-dist/css/bootstrap.css --output compiled.css
# stop
docker-compose down --remove-orphans