An open API service indexing awesome lists of open source software.

https://github.com/guyisra/caroufredsel_rails


https://github.com/guyisra/caroufredsel_rails

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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) application.js

//= require jquery.carouFredSel.js

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

//= require jquery.mousewheel
//= require jquery.touchSwipe
//= require jquery.transit
//= require 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