CaroufredselRails

carouFredSel. Asset Pipeline. Horray!

see http://caroufredsel.dev7studios.com/ for more stuff...

Installation

Add this line to your application's Gemfile:

gem 'caroufredsel_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install caroufredsel_rails

Usage

add to manifest (watch the caps)

//= jquery.carouFredSel.js

in case you will use mousewheel/touchswipe/bouncing and such (choose the one that is applicable to your use)

//= jquery.mousewheel
//= jquery.touchSwipe
//= jquery.transit
//= jquery.ba-throttle-debounce

Contributing

  1. Fork it
  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 new Pull Request