Numjitsu::Rails

Adds easy inclusion of the Numjitsu JavaScript library in Rails through Sproket.

Installation

Add this line to your application's Gemfile:

gem 'numjitsu-rails'

And then execute:

$ bundle

Usage

In your all.js and require the version you want. We recommend including before jQuery.

//=require numjitsu
//=require jquery
//...

Contributing

This is just a distribution gem, please fork and modify the main Numjitsu project.