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
- Fork it ( https://github.com/allenfantasy/famous-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request