How to
NodeJS v0.8.x is required
Install Dependencies
npm install
Compile the project
Run the following command at root of project
Compile dist/oaky.js
grunt
Compile dist/oaky.min.js
grunt dist
Run Tests
grunt test
FileSystem Watcher
To set a watcher, so you wont need to be running grunt
every time a change is made, run:
Only compile oaky.js
grunt w
Compile oaky.js and run tests
grunt t