Checkout the blog post for the whole story.
Setup Bower and install components:
npm install -g bower
bower installBefore deploying to Heroku, switch to the multi buildpack:
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.gitThen deploy as usual!