Skip to content

mrijke/heroku-buildpack-python-npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Python + NPM

This is a Heroku buildpack for Python apps, powered by pip. It will also install the NPM packages that are defined in the npm_requirements.txt file in the root of the project.

Usage

This is pretty hacky. At the moment it reinstalls all the defined npm packages on every deploy. It will also only work if your slug builder already has NPM installed. For dokku, add npm to the packages.txt of the buildstep step. Probably a better solution would be to use the Heroku multi buildpack.

About

Python+NPM buildpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 99.8%
  • Makefile 0.2%