From: Guillaume Pellerin Date: Thu, 11 Feb 2016 22:53:12 +0000 (+0100) Subject: add all bower components needed by timeside X-Git-Tag: 1.6b~3^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4d6164a41b4cacfeb63f0a971497986d9b26114b;p=telemeta.git add all bower components needed by timeside --- 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', )