From: Jérémy Fabre Date: Tue, 30 Aug 2016 14:34:25 +0000 (+0200) Subject: Added light slider, lightgallery and another version of jQuery. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0d58b98609bda10506ce922bb427c563b12a38f4;p=mezzo.git Added light slider, lightgallery and another version of jQuery. --- 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" } }