#!/bin/sh

set -e
rm -rf tmp
mkdir -p tmp
grunt copy
nodeunit
