#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_URL
config var.$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
-
Deploy to production.
$ git push production master