mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
Add read-docs make target.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,5 +1,5 @@
|
||||
.SILENT:
|
||||
.PHONY: docs test deploy
|
||||
.PHONY: deploy docs read-docs test
|
||||
|
||||
BIN = ./node_modules/.bin
|
||||
|
||||
@@ -13,5 +13,8 @@ deploy:
|
||||
docs:
|
||||
$(BIN)/docco app.coffee $(shell find $(LIB_PATH) -name '*.coffee')
|
||||
|
||||
read-docs:
|
||||
open docs/app.html
|
||||
|
||||
test:
|
||||
$(BIN)/mocha -R $(REPORTER) $(shell find $(TEST_PATH) -name '*.test.coffee')
|
||||
|
||||
Reference in New Issue
Block a user