diff --git a/bower.json b/bower.json index 52bbc2f245e67142c58e2df87785de59cca56dd6..534f9db4187b736c4d9fdc62f2623caeb4cb3aa9 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 a1ad6cd9ab8d8b0d3c755e0416c3bc2ab66d75ff..0000000000000000000000000000000000000000 --- 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 104717feb9c135917033e921df30a54d0997b89e..e66d6ade74ad105e1d5b5a2197cb6074f337b9e1 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 a953bf492e13c861563c092b2b633a4cf46cb8b5..0000000000000000000000000000000000000000 --- a/source/stylesheets/prism.css +++ /dev/null @@ -1 +0,0 @@ -/*= require prism/themes/prism.css*/ \ No newline at end of file