Now that rails-assets.org exists, maybe I will just use that and abandon this project...
jplayer for rails asset pipeline
https://github.com/happyworm/jPlayer
Add this line to your application's Gemfile:
gem 'jplayer-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jplayer-rails
Add to your application.js
//= require 'jquery.jplayer'
- Fork it
- 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 new Pull Request