Skip to content

Commit

Permalink
chore(docs): remove watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton authored and hekike committed Oct 18, 2017
1 parent c60cd43 commit 082baef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ NODE := node
#
# Files
#
DOC_FILES_TO_WATCH = ./lib/index.js ./lib/server.js ./lib/plugins/audit.js ./lib/plugins/metrics.js ./lib/plugins/jsonp.js
JS_FILES = '.'

CLEAN_FILES += node_modules cscope.files
Expand Down Expand Up @@ -72,9 +71,5 @@ nsp: node_modules $(NSP)
docs-build:
@($(NODE) $(DOCS_BUILD))

.PHONY: docs-watch
docs-watch:
@($(DOCUMENTATION) serve $(DOC_FILES_TO_WATCH) --shallow --config docs/config/watch.yaml --watch)

include ./tools/mk/Makefile.deps
include ./tools/mk/Makefile.targ
17 changes: 0 additions & 17 deletions docs/config/watch.yaml

This file was deleted.

0 comments on commit 082baef

Please sign in to comment.