heroku-buildpack-cleanup

by dabapps

README.md

heroku-buildpack-cleanup

Build Status

Cleanup many things from a Heroku slug after build:

  • node_modules/

Usage

Install https://github.com/dabapps/heroku-buildpack-cleanup as a buildpack. It's that simple

Related work

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/dabapps/heroku-buildpack-cleanup.git

For existing applications:

$ heroku buildpacks:set https://github.com/dabapps/heroku-buildpack-cleanup.git -a YOUR_APP_NAME