Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acolorbright/backbone-soundmanager2-rails
- Owner: acolorbright
- License: mit
- Created: 2014-06-30T13:46:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:24:23.000Z (about 1 year ago)
- Last Synced: 2024-03-21T03:20:35.220Z (10 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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