]> git.parisson.com Git - telemeta.git/commitdiff
Add bower_install command in app.sh
authorThomas Fillon <thomas@parisson.com>
Fri, 14 Apr 2017 11:56:20 +0000 (13:56 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 14 Apr 2017 11:56:20 +0000 (13:56 +0200)
app/scripts/app.sh

index 6948d526e2e757e4ca54cdbce2ab318f2befea86..cce12fa7835ac5eedc20a539add20a1b437c1298 100644 (file)
@@ -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