mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Add ngdocs Makefile target
Also, update jshint target to match grunt command.
This commit is contained in:
parent
5135c79e10
commit
5fe92d8013
7
Makefile
7
Makefile
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user