mirror of
https://github.com/hashicorp/heroku-buildpack-middleman
synced 2026-04-05 18:36:13 +00:00
No description
- Shell 100%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| bin | ||
| LICENSE | ||
| README.md | ||
Middleman Build Pack
This is a build pack for Middleman that will create your static site.
It is cleaner than most Middleman build packs out there because it takes advantage of the heroku-buildpack-multi buildpack to separate out the Ruby and Middleman specific components.
Usage
This build pack is meant to be used with the heroku-buildpack-multi buildpack. Setup generally goes like this with an existing Heroku app:
$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
...
$ cat .buildpacks
https://github.com/heroku/heroku-buildpack-ruby.git
https://github.com/hashicorp/heroku-buildpack-middleman.git
Then just push!