Skip to content

yagainc/heroku-buildpack-jpegoptim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%