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
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