Makefile - Content:
REPORTER = dot all: build build: @./node_modules/coffee-script/bin/coffee \\ -c \\ -o lib src clean: rm -rf li
I needed two changes to my mocha args to get this to work:
--require coffee-script/register --compilers coffee:coffee-script/register