mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
restructed things a bit more
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,15 +1,17 @@
|
||||
.SILENT:
|
||||
.PHONY: build watch docs test deploy
|
||||
.PHONY: docs test deploy
|
||||
|
||||
BIN = ./node_modules/.bin
|
||||
|
||||
LIB_PATH = ./lib
|
||||
TEST_PATH = ./test
|
||||
REPORTER = spec
|
||||
TEST_DIR = ./test
|
||||
|
||||
deploy:
|
||||
git push heroku master
|
||||
|
||||
docs:
|
||||
$(BIN)/docco $(shell find $(COFFEE_SRC) -name '*.coffee')
|
||||
$(BIN)/docco app.coffee $(shell find $(LIB_PATH) -name '*.coffee')
|
||||
|
||||
test:
|
||||
$(BIN)/mocha -R $(REPORTER) $(shell find $(TEST_DIR) -name '*.test.coffee')
|
||||
$(BIN)/mocha -R $(REPORTER) $(shell find $(TEST_PATH) -name '*.test.coffee')
|
||||
|
||||
Reference in New Issue
Block a user