erg
Version:
Erg time calculator
23 lines (16 loc) • 422 B
Plain Text
CS := ./node_modules/coffee-script/bin/coffee
CS_FLAGS := --compile --bare
MOCHA := ./node_modules/mocha/bin/mocha
BOWER := ./node_modules/bower/bin/bower
SRC_DIR := src
TEST_DIR := test
test:
$(MOCHA) ./$(TEST_DIR)/spec_helper.coffee \
--recursive $(TEST_DIR) \
--compilers coffee:coffee-script/register \
--ui bdd \
--reporter spec \
--colors
patch:
npm version patch && npm publish