From c4ce7dc851e9688d15dc57cd871d98b26c5c2f07 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 10 Jun 2016 14:42:53 +0200 Subject: [PATCH] pin more bower components --- app/settings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/settings.py b/app/settings.py index 696d182b..46e5ebd6 100644 --- a/app/settings.py +++ b/app/settings.py @@ -333,20 +333,20 @@ HAYSTACK_SEARCH_RESULTS_PER_PAGE = 50 BOWER_COMPONENTS_ROOT = '/srv/bower/' BOWER_PATH = '/usr/local/bin/bower' BOWER_INSTALLED_APPS = ( - 'jquery', + 'jqueryjquery#2.2.4', 'jquery-migrate#~1.2.1', - 'underscore', - 'bootstrap', + 'underscore#1.8.3', + 'bootstrap#3.3.6', 'bootstrap-select#1.5.4', 'font-awesome#4.4.0', 'angular#1.2.26', - 'angular-bootstrap-select', + 'angular-bootstrap-select#0.0.5', 'angular-resource#1.2.26', - 'raphael', - 'soundmanager#V2.97a.20150601', + 'raphael#2.2.0', + 'SoundManager2#V2.97a.20150601', 'https://github.com/Parisson/loaders.git', 'https://github.com/Parisson/ui.git', - 'jquery-ui', + 'jquery-ui#1.11.4', 'tablesorter', 'video.js', 'sass-bootstrap-glyphicons', -- 2.39.5