From 4536415ccf391da6033433ada9c1d27f5671154c 2014-11-14 22:54:50 From: Min RK Date: 2014-11-14 22:54:50 Subject: [PATCH] Remove highlight.js from components and setupbase --- diff --git a/IPython/html/static/components b/IPython/html/static/components index ba94581..563c9e7 160000 --- a/IPython/html/static/components +++ b/IPython/html/static/components @@ -1 +1 @@ -Subproject commit ba94581b824a62ee630dd0b92a5aea8678248a24 +Subproject commit 563c9e74b153e9509d94fd448353eeda13f0819c diff --git a/setupbase.py b/setupbase.py index a604c16..3dbc6b5 100644 --- a/setupbase.py +++ b/setupbase.py @@ -153,7 +153,6 @@ def find_package_data(): pjoin(components, "es6-promise", "*.js"), pjoin(components, "font-awesome", "fonts", "*.*"), pjoin(components, "google-caja", "html-css-sanitizer-minified.js"), - pjoin(components, "highlight.js", "build", "highlight.pack.js"), pjoin(components, "jquery", "jquery.min.js"), pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"), pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"),