mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 14:46:54 -03:30
Add ngdocs Makefile target
Also, update jshint target to match grunt command.
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user