mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02: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)
|
$(GRUNT)
|
||||||
|
|
||||||
# Check .js files for errors and lint
|
# Check .js files for errors and lint
|
||||||
lintjs: node_modules
|
jshint: node_modules
|
||||||
$(GRUNT) jshint
|
$(GRUNT) $@
|
||||||
|
|
||||||
|
ngdocs: node_modules
|
||||||
|
$(GRUNT) $@
|
||||||
|
|
||||||
# Build a pip-installable package into dist/ with a timestamped version number.
|
# Build a pip-installable package into dist/ with a timestamped version number.
|
||||||
dev_build:
|
dev_build:
|
||||||
|
|||||||
Reference in New Issue
Block a user