From 1af2d4d08c7c3f65c49a68fde6da03125f47421b Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 14 Apr 2017 13:56:20 +0200 Subject: [PATCH] Add bower_install command in app.sh --- app/scripts/app.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 6948d526..cce12fa7 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -35,6 +35,8 @@ if [ ! -f .init ]; then touch .init fi +python $manage bower_install -- --allow-root + if [ $REINDEX = "True" ]; then python $manage rebuild_index --noinput fi -- 2.39.5