From 5dc880c318af6c6bb2a9cf9b0f43b52873b2503c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 10 Jun 2016 14:46:15 +0200 Subject: [PATCH] fix bower component --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 03b8682a..1f4e860a 100644 --- a/app/settings.py +++ b/app/settings.py @@ -343,7 +343,7 @@ BOWER_INSTALLED_APPS = ( 'angular-bootstrap-select#0.0.5', 'angular-resource#1.2.26', 'raphael#2.2.0', - 'SoundManager2#V2.97a.20150601', + 'soundmanager#V2.97a.20150601', 'https://github.com/Parisson/loaders.git', 'https://github.com/Parisson/ui.git', 'jquery-ui#1.11.4', -- 2.39.5