heroku-buildpack-inline icon indicating copy to clipboard operation
heroku-buildpack-inline copied to clipboard

Yo dawg, I heard you like buildpacks.

Results 2 heroku-buildpack-inline issues
Sort by recently updated
recently updated
newest added

All three files were required, even if empty. This PR gives emphasis on project-specific bin/compile script, which is main reason why someone would use this buildpack. So bin/detect and bin/release...

Hey @kr, Any ideas? ``` $ tree . ├── Procfile └── bin ├── compile ├── detect ├── release └── run 1 directory, 5 files $ git init Initialized empty Git...