UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

11 lines (7 loc) 219 B
REPORTER = dot build: @./node_modules/.bin/coffee -b -l -o lib src/*.litcoffee test: build @NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register \ --reporter $(REPORTER) .PHONY: test