From: Thomas Fillon Date: Fri, 14 Apr 2017 11:56:20 +0000 (+0200) Subject: Add bower_install command in app.sh X-Git-Tag: 1.7.0~2^2~21^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1af2d4d08c7c3f65c49a68fde6da03125f47421b;p=telemeta.git Add bower_install command in app.sh --- 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