Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 473 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 473 Bytes

jquery-turtle is currently a single monolithic javascript file. The build minifies the code and runs unit tests using a headless webkit.

To set up a working build and test environment, you need git, nodejs, and grunt.

sudo apt-get install git
sudo apt-get install nodejs
sudo npm install -g grunt-cli
git clone https://github.com/PencilCode/jquery-turtle.git
cd jquery-turtle
npm install
grunt

The default grunt target will run minification and unit tests.