I want to use bower_rails to incorporate bower assets into my Rails application. I don't want to commit these assets into my repo though, I just want to specify them in my Bowerfile and have them installed by Heroku during deployment.
How can I do that?