An example Rails application that uses bower-rails for vendor assets.
bundle install
rails s
Edit Bowerfile
to add depenencies and require them in the asset pipeline files application.js.coffee
and application.css.scss
.
This application includes knockoutjs in the Bowerfile
.
Bower Rails Example App is released under the MIT License. Please see the LICENSE file for details.