From 335e9ce3c4803ef46245c57ca420aa01230abd35 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 30 Nov 2016 00:40:53 -0500 Subject: [PATCH] Removed prism dependency. --- bower.json | 1 - source/javascripts/prism.js | 1 - source/layout.html.haml | 2 -- source/stylesheets/prism.css | 1 - 4 files changed, 5 deletions(-) delete mode 100644 source/javascripts/prism.js delete mode 100644 source/stylesheets/prism.css diff --git a/bower.json b/bower.json index 52bbc2f..534f9db 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,6 @@ "version": "1.0.0", "dependencies": { "timeago": "~1.5", - "prism": "~1.5", "lunr.js": "~0.7", "materialize": "~0.97" } diff --git a/source/javascripts/prism.js b/source/javascripts/prism.js deleted file mode 100644 index a1ad6cd..0000000 --- a/source/javascripts/prism.js +++ /dev/null @@ -1 +0,0 @@ -//= require prism/prism \ No newline at end of file diff --git a/source/layout.html.haml b/source/layout.html.haml index 104717f..e66d6ad 100644 --- a/source/layout.html.haml +++ b/source/layout.html.haml @@ -16,7 +16,6 @@ / Android 5 Chrome Color %meta{:content => "#EE6E73", :name => "theme-color"} / CSS - %link{:href => "/stylesheets/prism.css", :rel => "stylesheet"} %link{:href => "/stylesheets/highlight.css", :media => "screen,projection", :rel => "stylesheet", :type => "text/css"} %link{:href => "/stylesheets/style.css", :media => "screen,projection", :rel => "stylesheet", :type => "text/css"} %link{:href => "http://fonts.googleapis.com/css?family=Inconsolata", :rel => "stylesheet", :type => "text/css"} @@ -79,7 +78,6 @@ if (!window.jQuery) { document.write('<script src="bin/jquery-2.1.1.min.js"><\/script>'); } %script{:src => "/javascripts/jquery.timeago.js"} %script{:src => "/javascripts/materialize.min.js"} - %script{:src => "/javascripts/prism.js"} %script{:src => "/javascripts/lunr.min.js"} %script{:src => "/javascripts/search.js"} %script{:src => "/javascripts/materialize.js"} diff --git a/source/stylesheets/prism.css b/source/stylesheets/prism.css deleted file mode 100644 index a953bf4..0000000 --- a/source/stylesheets/prism.css +++ /dev/null @@ -1 +0,0 @@ -/*= require prism/themes/prism.css*/ \ No newline at end of file -- GitLab