Sha256: b98582a57089a01976b4aac1f405404c2ce816e01a7f193bf3839d39de54807d

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

# Bravo Bootstrap Rails

A pure gem just adds bootstrap to your Rails project.
currently support bootstrap 2.0 and Rails > 3.1

## Installing Gem

Include Bootstrap in Gemfile;

    gem 'bravo-bootstrap-rails'

or you can install from latest build;

    gem 'bravo-bootstrap-rails', :git => 'http://github.com/camelsong/bravo-bootstrap-rails.git'

You can run bundle from command line

    bundle install
	
## Usage

You have to require Bootstrap in your **app/assets/stylesheets/application.css**

    /*
     *= require bootstrap
    */

    /* Your stylesheets goes here... */

You have to require Bootstrap in your **app/assets/javascripts/application.js**

    //= require twitter/bootstrap
	// Your javascripts goes here

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bravo-bootstrap-rails-0.2.0 README.md