Skip to content
tipsforthings edited this page Aug 31, 2014 · 5 revisions

Installation of this gem into rails should be a breeze, especially if your already familier with Rails and/or Bootstrap. By following the guide below, you should be up and running almost instantaneously.

Install the gem

gem install jasny_bundle

Add it to your Gemfile

gem 'jasny_bundle'

Bundle install

bundle install

Usage

In your application.js

//= require bootstrap.min
//= require jasny-bootstrap.min

For social buttons

//= require social

In your application.css

*= require bootstrap.min
*= require jasny-bootstrap

For jasny's responsive:

*= require jasny-bootstrap-responsive

For social buttons:

*= require bootstrap-social
*= require font-awesome

Clone this wiki locally