]> git.parisson.com Git - telemeta.git/commitdiff
add bower install to start_app
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Dec 2015 16:04:37 +0000 (17:04 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Dec 2015 16:04:45 +0000 (17:04 +0100)
examples/deploy/start_app.sh

index 47179f85ad1fc24e278e14d326de8d413ea95eb6..fc6660bd9d6c73fd2a1e73fe7d0b8a69e3ecc413 100644 (file)
@@ -17,6 +17,7 @@ sh $app_dir/examples/deploy/wait.sh
 python $manage syncdb --noinput
 python $manage migrate --noinput
 python $manage collectstatic --noinput
+python $manage bower install --noinput
 python $manage telemeta-create-admin-user
 python $manage telemeta-create-boilerplate
 python $manage update_index