mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Support isolated build for documentation examples
This commit is contained in:
6
Makefile
6
Makefile
@@ -290,16 +290,16 @@ devjs: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||
|
||||
# Build minified JS/CSS.
|
||||
minjs: node_modules clean-ui Brocfile.js
|
||||
$(BROCCOLI) build awx/ui/dist -- --silent --no-debug --no-tests --compress
|
||||
$(BROCCOLI) build awx/ui/dist -- --silent --no-debug --no-tests --compress --no-docs
|
||||
|
||||
minjs_ci: node_modules clean-ui Brocfile.js
|
||||
$(BROCCOLI) build awx/ui/dist -- --no-debug --compress
|
||||
$(BROCCOLI) build awx/ui/dist -- --no-debug --compress --no-docs
|
||||
|
||||
# Check .js files for errors and lint
|
||||
jshint: node_modules Gruntfile.js
|
||||
$(GRUNT) $@
|
||||
|
||||
ngdocs: node_modules Gruntfile.js
|
||||
ngdocs: devjs Gruntfile.js
|
||||
$(GRUNT) $@
|
||||
|
||||
# Build a pip-installable package into dist/ with a timestamped version number.
|
||||
|
||||
Reference in New Issue
Block a user