This buildpack will provide the following image optimizer binaries to your Heroku app:
advpnggifsiclejpegoptimjpegtranoptipngpngcrushpngquantcwebpdwebp
This buildpack supports the following Heroku stacks:
During compile time of this buildpack the following steps will be done:
- Detect the current used
stack - Copy the binaries in the folder
vendor/optimizersinside the$BUILD_DIR - Symlinks to the binaries will be added to ensure that possible following buildpacks will have these binaries available
- The path
vendor/optimizerswill be added to thePATHenvironment through theoptimizers.shscript which is located in the.profile.dfolder - At the end the version of each binary is displayed
To use this buildpack you can add it by multiple ways to your Heroku app. Please see the Heroku documentation for further information.