1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From: Agustin Henze <tin@sluc.org.ar>
Date: Thu, 21 Nov 2013 08:33:15 -0300
Subject: Remove jquery version of bundles
---
nikola/data/themes/bootstrap/bundles | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nikola/data/themes/bootstrap/bundles b/nikola/data/themes/bootstrap/bundles
index 14124a3..089b036 100644
--- a/nikola/data/themes/bootstrap/bundles
+++ b/nikola/data/themes/bootstrap/bundles
@@ -1,4 +1,4 @@
assets/css/all-nocdn.css=bootstrap.css,bootstrap-responsive.css,rst.css,code.css,colorbox.css,theme.css,custom.css
assets/css/all.css=rst.css,code.css,colorbox.css,theme.css,custom.css
-assets/js/all-nocdn.js=jquery-1.10.2.min.js,bootstrap.min.js,jquery.colorbox-min.js
+assets/js/all-nocdn.js=jquery.min.js,bootstrap.min.js,jquery.colorbox-min.js
assets/js/all.js=jquery.colorbox-min.js
|