Skip to content

voxable/heroku-buildpack-gifski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-gifski

Install

This buildpack installs gifski on your dynos.

In your project root:

$ heroku buildpacks:add https://github.com/voxable/heroku-buildpack-gifski --app HEROKU_APP_NAME

Set gifski version

You can set a GIFSKI_VERSION config variable to control the installed version:

$ heroku config:set GIFSKI_VERSION=1.7.1 --app HEROKU_APP_NAME

Clear cache

Since the installation is cached you might want to clean it out due to config changes.

$ heroku plugins:install heroku-repo
$ heroku repo:purge_cache -app HEROKU_APP_NAME

Note : Replace HEROKU_APP_NAME With Your App Name Ex. sticker-bot1

About

Install gifski, the animated gif minimizer, on a Heroku dyno.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages