Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 467 Bytes

File metadata and controls

15 lines (11 loc) · 467 Bytes

###Dependencies

  • jQuery >1.9 (actually don't know if lower works, but hey this is what we used)

####Test

  • node - tested with 0.10.8
  • grunt-cli - installed through npm
  • phantom.js - can be install with brew, pacman, apt-get, whatever you use.

####Run Tests

npm install # install package.json
grunt test  # compiles coffeescript and runs jasmine tests.