├── README.md └── bin ├── compile ├── detect └── release /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timanovsky/subdir-heroku-buildpack/HEAD/README.md -------------------------------------------------------------------------------- /bin/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timanovsky/subdir-heroku-buildpack/HEAD/bin/compile -------------------------------------------------------------------------------- /bin/detect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timanovsky/subdir-heroku-buildpack/HEAD/bin/detect -------------------------------------------------------------------------------- /bin/release: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo "--- {}" 4 | --------------------------------------------------------------------------------