No description
Find a file
oss-core-libraries-dashboard[bot] 7b3e301b57
[COMPLIANCE] Update Copyright and License Headers (#3)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:28:00 +05:30
bin set home to build_dir while sourcing 2014-08-06 11:47:48 +02:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#3) 2026-02-20 15:28:00 +05:30
README.md Document usage 2013-02-01 22:36:28 -08:00

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!