Skip to content

ztory/heroku-buildpack-node-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

heroku-buildpack-node-cleanup

Deletes the node_modules folder to decrease slug size.

Usage

$ heroku buildpacks:set https://github.com/ztory/heroku-buildpack-node-cleanup.git

Or add it to the .buildpacks file if using heroku-buildpack-multi:

$ cat .buildpacks
...
https://github.com/ztory/heroku-buildpack-node-cleanup.git

About

Deletes the node_modules folder to decrease slug size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages