vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Add javascript with assets pipeline in Rails 3.1 #8

Closed tmaier closed 13 years ago

tmaier commented 13 years ago

I don't want to have third party js in my repository. This is why I added the twitter bootstrap javascript files with the assets pipeline to my Rails 3.1 project.

The javascript files remain optional.

To load them, add following code to your application.js file

//= require bootstrap-alerts
//= require bootstrap-dropdown
//= require bootstrap-modal
//= require bootstrap-popover
//= require bootstrap-scrollspy
//= require bootstrap-tabs
//= require bootstrap-twipsy
chrisnicola commented 13 years ago

+1