Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acolorbright/backbone-soundmanager2-rails

backbone.soundmanager2 packaged as a gem for use in Rails' asset pipeline
https://github.com/acolorbright/backbone-soundmanager2-rails

Last synced: about 1 month ago
JSON representation

backbone.soundmanager2 packaged as a gem for use in Rails' asset pipeline

Awesome Lists containing this project

README

        

# backbone-soundmanager2-rails

This gem simply packages [backbone.soundmanager2](https://github.com/audiosocket/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](https://github.com/audiosocket/backbone.soundmanager2).

## 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