Compile assets before starting server
This commit is contained in:
parent
5b8eb03f4e
commit
d9d4e493d9
@ -4,5 +4,8 @@
|
|||||||
|
|
||||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
|
|
||||||
|
# Compile js/css assets
|
||||||
|
yarn build
|
||||||
|
|
||||||
# Launch the app
|
# Launch the app
|
||||||
run_command "./app.py ${LAUNCH_ARGS}"
|
run_command "./app.py ${LAUNCH_ARGS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user