mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Simplify UI / Docker targets
- Renamed npm scripts to reflect what they are actually doing. Nothing is being built here! - Not sure why the default django_host was 0.0.0.0… - Removed unnecessary logic from build-docker-cid
This commit is contained in:
4
Makefile
4
Makefile
@@ -577,11 +577,11 @@ $(UI_DEPS_FLAG_FILE):
|
||||
touch $(UI_DEPS_FLAG_FILE)
|
||||
|
||||
ui-docker-machine: $(UI_DEPS_FLAG_FILE)
|
||||
$(NPM_BIN) --prefix awx/ui run build-docker-machine -- $(MAKEFLAGS)
|
||||
$(NPM_BIN) --prefix awx/ui run ui-docker-machine -- $(MAKEFLAGS)
|
||||
|
||||
# Native docker. Builds UI and raises BrowserSync & filesystem polling.
|
||||
ui-docker: $(UI_DEPS_FLAG_FILE)
|
||||
$(NPM_BIN) --prefix awx/ui run build-docker-cid -- $(MAKEFLAGS)
|
||||
$(NPM_BIN) --prefix awx/ui run ui-docker -- $(MAKEFLAGS)
|
||||
|
||||
# Builds UI with development UI without raising browser-sync or filesystem polling.
|
||||
ui-devel: $(UI_DEPS_FLAG_FILE)
|
||||
|
||||
Reference in New Issue
Block a user