From 0d58b98609bda10506ce922bb427c563b12a38f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 30 Aug 2016 16:34:25 +0200 Subject: [PATCH] Added light slider, lightgallery and another version of jQuery. --- app/templates/base.html | 3 ++- bower.json | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index ee2edaea..e52fb2d9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -32,8 +32,9 @@ {% compress css %} - + + {% endcompress %} {% block extra_head %}{% endblock %} diff --git a/bower.json b/bower.json index 19311ba3..5fffe420 100644 --- a/bower.json +++ b/bower.json @@ -17,9 +17,11 @@ ], "dependencies": { "font-awesome": "fontawesome#^4.6.3", - "jquery": "^3.1.0", "overflow.js": "*", "sticky-kit": "^1.1.2", - "jquery-throttle-debounce": "https://github.com/cowboy/jquery-throttle-debounce.git" + "jquery-throttle-debounce": "https://github.com/cowboy/jquery-throttle-debounce.git", + "lightslider": "^1.1.5", + "lightgallery": "^1.2.21", + "jquery": "https://github.com/components/jquery.git#2.2.4" } } -- 2.39.5