]> git.parisson.com Git - mezzo.git/commitdiff
Added light slider, lightgallery and another version of jQuery.
authorJérémy Fabre <blackmagik88@gmail.com>
Tue, 30 Aug 2016 14:34:25 +0000 (16:34 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Tue, 30 Aug 2016 14:34:25 +0000 (16:34 +0200)
app/templates/base.html
bower.json

index ee2edaeac91a4df2af42017bce2f400ce3fa84f3..e52fb2d912a1e99762e52cac2fa81be0c1b69533 100644 (file)
@@ -32,8 +32,9 @@
     <link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,700,900,300italic|Oswald:400,300,700' rel='stylesheet' type='text/css'>
 
     {% compress css %}
-    <link rel="stylesheet" href="{% static "css/index.min.css" %}">
     <link rel="stylesheet" href="{% static "vendors/font-awesome/css/font-awesome.css" %}">
+    <link rel="stylesheet" href="{% static "vendors/lightslider/dist/css/lightslider.css" %}">
+    <link rel="stylesheet" href="{% static "css/index.min.css" %}">
     {% endcompress %}
 
     {% block extra_head %}{% endblock %}
index 19311ba33f50ee1fe2a5bd20d199c15c8d5d59ca..5fffe4204fbba855cfb9b69536a87a0c589e46b4 100644 (file)
   ],
   "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"
   }
 }