Skip to content
Edgar Gonzalez edited this page Jun 4, 2013 · 2 revisions

If you're interested in modifying or improving this script, you'll need to resolve these dependencies first:

  • NodeJS (apt-get install nodejs, brew install node for Mac OSX)
  • Node Package Manager (apt-get install npm, comes with node in Mac OSX)
  • CoffeeScript (npm install -g coffee-script)

You will need to run this inside the project's root directory:

npm install

You can run the build like this:

grunt
# or
grunt default

Unit testing

To run the tests, just run:

grunt spec
Clone this wiki locally