Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 517 Bytes

Dragon.js

Drag and drop in mobile webkit.

Requires jQuery and TransformJS.

Installation

Include src/dragon.js in your page. Don't forget jQuery and Transform.js as well.

Running the specs

Clone the project:

git clone [email protected]:nfiniteset/dragon.js.git

Install bundler

gem install bundler

Install Jasmine and gems Jasmine depends on

bundle install

Run Jasmine specs

rake jasmine