#Devicelab
Devicelab static website
$ bower install$ bundle install$ bundle exec middleman
Now you can start hacking on source directory and watch live changes on localhost:4567.
-
Install the Heroku toolbelt.
$ brew install heroku-toolbelt -
Override the Heroku default buildpacks by specifying a custom buildpack in the
BUILDPACK_URLconfig var.$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git -
Deploy to production.
$ git push production master