Add ngdocs Makefile target

Also, update jshint target to match grunt command.
This commit is contained in:
James Laska 2014-08-28 12:01:35 -04:00
parent 5135c79e10
commit 5fe92d8013

View File

@ -196,8 +196,11 @@ minjs: node_modules
$(GRUNT)
# Check .js files for errors and lint
lintjs: node_modules
$(GRUNT) jshint
jshint: node_modules
$(GRUNT) $@
ngdocs: node_modules
$(GRUNT) $@
# Build a pip-installable package into dist/ with a timestamped version number.
dev_build: