Blanket-rails gem
Javascript blanket.js library in a Rails engine to use it with the Rails asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'blanket-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blanket-rails
Usage
Add this line to your JS manifest file:
//= require blanket
Version
Synced with blanket.js library version
Contributing
- Fork it ( https://github.com/[my-github-username]/blanket-rails/fork )
- 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 a new Pull Request