mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Move INLINE_RUNTIME_CHUNK flag to scripts definition
We _always_ want INLINE_RUNTIME_CHUNK to be false when building the ui, even if someone happens to unexpectedly make a production build without using the top-level make targets for some reason.
This commit is contained in:
2
Makefile
2
Makefile
@@ -474,7 +474,7 @@ ui-release: ui-devel
|
||||
ui-devel: awx/ui_next/node_modules
|
||||
$(NPM_BIN) --prefix awx/ui_next run extract-strings
|
||||
$(NPM_BIN) --prefix awx/ui_next run compile-strings
|
||||
INLINE_RUNTIME_CHUNK=false $(NPM_BIN) --prefix awx/ui_next run build
|
||||
$(NPM_BIN) --prefix awx/ui_next run build
|
||||
git checkout awx/ui_next/src/locales
|
||||
mkdir -p awx/public/static/css
|
||||
mkdir -p awx/public/static/js
|
||||
|
||||
Reference in New Issue
Block a user