Famous-Rails

Famo.us for Rails assets pipeline

Installation

Add this line to your application's Gemfile:

gem 'famous-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install famous-rails

Usage

Include Famo.us javascript assets

//= require class_list
//= require function_prototype_bind
//= require request_animation_frame
//= require require
//= require famous

Include Famo.us stylesheets assets

*= require famous

Contributing

  1. Fork it ( https://github.com/allenfantasy/famous-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