view node_modules/express/node_modules/fresh/Makefile @ 73:0c3a2942ddee

now using express to server static content
author Rob Canning <rc@kiben.net>
date Sun, 29 Jun 2014 12:11:51 +0000
parents
children
line wrap: on
line source

test:
	@./node_modules/.bin/mocha \
		--reporter spec \
		--require should

.PHONY: test