No release in over 3 years
Low commit activity in last 3 years
backbone.soundmanager2 packaged as a gem for use in Rails' asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.6
>= 0

Runtime

< 5.0, >= 3.0
 Project Readme

backbone-soundmanager2-rails

This gem simply packages backbone.soundmanager2 for use in Rails/Sprockets asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'backbone-soundmanager2-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install backbone-soundmanager2-rails

Usage

In application.js include this line:

//= require 'backbone-soundmanager2'

Then follow the instructions here.

Contributing

  1. Fork it ( https://github.com/acolorbright/backbone-soundmanager2-rails/fork )
  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 a new Pull Request