demo:
http://middleman-bootstrap.herokuapp.com/
supports:
install:
$ git clone git://github.com/fujimogn/middleman-bootstrap.git #{APP_DIR} && cd #{APP_DIR}
( $ gem install bundle --pre )
$ bundle install --without production
$ bower install
deploy:
$ heroku create middleman-bootstrap --stack cedar
$ git add .
$ git commit -m "first commit"
$ git push heroku master