GitHub Readme.md
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.
It uses a simple HTTP server written in Go (see server.go) to server all static
pages and assets instead of standard middleman server
command.
derived from https://github.com/hashicorp/heroku-buildpack-middleman
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/sosedoff/middleman-buildpack.git
Then just push!
Copy the snippet above into CLI.