diff --git a/public/js/index.js b/public/js/index.js
index 626799c4b..20a76ff1c 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -1,9 +1,6 @@
/* jquery and jquery plugins */
require('../vendor/showup/showup');
-/* bootstrap */
-require('bootstrap/dist/css/bootstrap.css');
-
require('prismjs/themes/prism.css');
require('highlight.js/styles/github-gist.css');
@@ -15,6 +12,8 @@ var saveAs = require('file-saver').saveAs;
require('js-url');
require('randomcolor');
+var _ = require("lodash");
+
var List = require('list.js');
var common = require('./common.js');
diff --git a/public/js/public.js b/public/js/public.js
index 5fd3fd79b..ac9518045 100644
--- a/public/js/public.js
+++ b/public/js/public.js
@@ -1,9 +1,6 @@
/* jquery and jquery plugins */
require('../vendor/showup/showup');
-/* bootstrap */
-require('bootstrap/dist/css/bootstrap.css');
-
require('prismjs/themes/prism.css');
require('highlight.js/styles/github-gist.css');
diff --git a/public/js/slide.js b/public/js/slide.js
index 1f4892f94..257c60bbe 100644
--- a/public/js/slide.js
+++ b/public/js/slide.js
@@ -1,6 +1,3 @@
-require('bootstrap/js/tooltip');
-require('bootstrap/dist/css/bootstrap.css');
-
require('prismjs/themes/prism.css');
/* other vendors plugin */
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index 323d18f36..696fe3b69 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -3,11 +3,8 @@
<% if(useCDN) { %>
-
-
-
@@ -20,6 +17,10 @@
<% } %>
+
+
+
+
<%- include build/index-scripts %>
diff --git a/public/views/head.ejs b/public/views/head.ejs
index f4ba108ab..67884495b 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -8,17 +8,16 @@
<% if(useCDN) { %>
-
-
<% } else { %>
-
<% } %>
+
+
diff --git a/public/views/index.ejs b/public/views/index.ejs
index 0e41db570..0bc3dd505 100644
--- a/public/views/index.ejs
+++ b/public/views/index.ejs
@@ -195,7 +195,6 @@
================================================== -->
<% if(useCDN) { %>
-
@@ -205,6 +204,8 @@
<% } %>
+
+
<%- include build/cover-scripts %>