Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 959 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 959 Bytes

Heroku Buildpack: Jpegoptim

This is a Heroku buildpack for using jpegoptim in your application.

It is designed to be used with heroku-buildpack-multi to combine it with the appropriate real buildpack for your app.

Or even heroku added built-in multi buildpack support .

Usage

Add a .buildpacks file to the root of your repo that contains this buildpack URL and your real buildpack URL:

https://github.com/yagainc/heroku-buildpack-jpegoptim
https://github.com/heroku/heroku-buildpack-ruby

Or

heroku buildpacks:add https://github.com/yagainc/heroku-buildpack-jpegoptim

You can verify that everything is properly installed by running the following command:

$ heroku run "jpegoptim -V"