Skip to content

hashicorp/heroku-buildpack-middleman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

The simplest, cleanest Middleman buildpack for Heroku out there.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages