Compile assets before starting server

This commit is contained in:
Patrick Smith 2018-08-06 10:00:59 -04:00 committed by richard-dds
parent 19ae2646fd
commit a62d55e093

View File

@ -4,5 +4,8 @@
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Compile js/css assets
yarn build
# Launch the app
run_command "./app.py ${LAUNCH_ARGS}"