#!/usr/bin/env bash
set -e
grunt
./node_modules/.bin/mocha --compilers coffee:coffee-script/register spec/*Spec.coffee
