Hammer.js packaged for Rails assets pipeline
Plus source map files for Hammer.js & the Angular extension.
Add this line to your application's Gemfile:
gem 'hammerjs-rails'
And choose what you'd like to add to your JavaScript manifest file (application.js):
//= require hammer
//= require hammer.min
//= require jquery.hammer
//= require angular.hammer
//= require angular.hammer.min
//= require hammer-time
//= require hammer-time.min
//= require touch-emulator
- 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