From 47a9a79573530ae1b7e1c614c5c9b48015b125a4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 29 Jun 2016 16:00:45 +0200 Subject: [PATCH] install official jquery through bower --- app/scripts/app.sh | 1 + app/templates/includes/footer_scripts.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 5d6c984c..1d626fce 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -29,6 +29,7 @@ sh $app/scripts/wait.sh # django setup python $manage wait-for-db python $manage migrate --noinput +python $manage bower_install -- --allow-root python $manage collectstatic --noinput python $manage create-admin-user diff --git a/app/templates/includes/footer_scripts.html b/app/templates/includes/footer_scripts.html index 4be9403f..95d3cac9 100644 --- a/app/templates/includes/footer_scripts.html +++ b/app/templates/includes/footer_scripts.html @@ -1,7 +1,7 @@ {% load mezzanine_tags i18n staticfiles %} {% compress js %} - + -- 2.39.5