Sha256: 28d8bbd419e037e8236d29dfe9dc61a7cc73d4b1da75764bf4ca451b7bd4e51f
Contents?: true
Size: 723 Bytes
Versions: 3
Compression:
Stored size: 723 Bytes
Contents
# Mini 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 'mini-bootstrap-rails' or you can install from latest build; gem 'mini-bootstrap-rails', :git => 'http://github.com/camelsong/mini-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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mini-bootstrap-rails-0.1.1 | README.md |
mini-bootstrap-rails-0.1.0 | README.md |
mini-bootstrap-rails-0.0.3 | README.md |