Skip to content

Commit

Permalink
use latest coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Aug 6, 2014
1 parent b710181 commit b7d750f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ build:
@./node_modules/.bin/coffee -b -l -o lib src/*.litcoffee

test: build
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script \
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register \
--reporter $(REPORTER)

.PHONY: test
2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7d750f

Please sign in to comment.