From bcb12b9ae7d3562a05d007d6bab1042c1e6319fe Mon Sep 17 00:00:00 2001
From: Yukai Huang
Date: Thu, 13 Oct 2016 15:30:26 +0800
Subject: Remove jquery-scrollspy dependency
scrollspy is bootstrap built-in plugin
---
bower.json | 3 +--
public/views/foot.ejs | 1 -
public/views/pretty.ejs | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/bower.json b/bower.json
index 7b5e05aa..d9923e2c 100644
--- a/bower.json
+++ b/bower.json
@@ -30,8 +30,7 @@
"velocity": "^1.3.1",
"randomcolor": "randomColor#^0.4.4",
"Idle.Js": "idle.js#^1.0.0",
- "gist-embed": "*",
- "jquery-scrollspy": "softwarespot/jquery-scrollspy"
+ "gist-embed": "*"
},
"resolutions": {
"jquery": "~3.1.1"
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index b51920dc..983ce3d7 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -21,7 +21,6 @@
-
<%- include build/index-scripts %>
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs
index 09b548a8..d5814fc1 100644
--- a/public/views/pretty.ejs
+++ b/public/views/pretty.ejs
@@ -102,7 +102,6 @@
-
<%- include build/pretty-scripts %>
--
cgit v1.2.3