Bootstrap For Ember Rails

Rails 3.2+ Asset pipeline integration for bootstrap-for-ember JavaScript assets

Installation

Add this line to your application's Gemfile:

gem 'bootstrap-for-ember-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bootstrap-for-ember-rails

Usage

In your JavaScript you can now load items from boostrap-for-ember/dist/js you must always load the bs-core e.g.:

//=require bs-core.min
//=require bs-button.min

Contributing

  1. Fork it ( https://github.com/[my-github-username]/bootstrap-for-ember-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request