https://github.com/guyisra/caroufredsel_rails
https://github.com/guyisra/caroufredsel_rails
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guyisra/caroufredsel_rails
- Owner: guyisra
- License: mit
- Created: 2013-11-17T10:56:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T11:04:44.000Z (over 12 years ago)
- Last Synced: 2025-02-28T12:43:03.104Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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