From 4d6164a41b4cacfeb63f0a971497986d9b26114b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 11 Feb 2016 23:53:12 +0100 Subject: [PATCH] add all bower components needed by timeside --- app/sandbox/settings.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/app/sandbox/settings.py b/app/sandbox/settings.py index a5a0ad07..b9307866 100644 --- a/app/sandbox/settings.py +++ b/app/sandbox/settings.py @@ -168,6 +168,7 @@ INSTALLED_APPS = ( 'djcelery', 'haystack', 'djangobower', + 'djangular', ) TEMPLATE_CONTEXT_PROCESSORS = ( @@ -311,11 +312,20 @@ BOWER_COMPONENTS_ROOT = '/srv/bower/' BOWER_PATH = '/usr/local/bin/bower' BOWER_INSTALLED_APPS = ( 'jquery', - 'jquery-ui', + 'jquery-migrate#~1.2.1', + 'underscore', 'bootstrap', - 'tablesorter', + 'bootstrap-select#1.5.4', 'font-awesome#~4.4.0', + 'angular#1.2.26', + 'angular-bootstrap-select', + 'angular-resource#1.2.26', + 'raphael', 'soundmanager', + 'https://github.com/Parisson/loaders.git', + 'https://github.com/Parisson/ui.git', + 'jquery-ui', + 'tablesorter', 'video.js', 'sass-bootstrap-glyphicons', ) -- 2.39.5