heroku-buildpack-pngquant

by platogo

README.md

Heroku Buildpack: Pngquant

Forked from https://github.com/jayzes/heroku-buildpack-pngquant

Changes since fork creation:

  • Build release with Docker
  • Add pngquant 2.12.2 release

Build with Docker:

git submodule update --init --recursive docker build -t YOUR_IMAGE . docker run -it -v pwd:/out -v pwd/src:/src YOUR_IMAGE:latest /build.sh

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/platogo/heroku-buildpack-pngquant.git

For existing applications:

$ heroku buildpacks:set https://github.com/platogo/heroku-buildpack-pngquant.git -a YOUR_APP_NAME