Show More
@@ -1,7 +1,7 b'' | |||||
1 | We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook. |
|
1 | We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook. | |
2 |
|
2 | |||
3 |
Some package managers require full versions alongside minified, |
|
3 | Some package managers require full versions alongside minified, | |
4 |
dropped in here |
|
4 | and they can be dropped in here as necessary. | |
5 |
|
5 | |||
6 | origins of our minified js: |
|
6 | origins of our minified js: | |
7 | prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2 |
|
7 | prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2 |
1 | NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-1.7.1.js to IPython/external/js/jquery-1.7.1.js |
|
NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-1.7.1.js to IPython/external/js/jquery-1.7.1.js |
1 | NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-ui.css to IPython/external/js/jquery-ui.css |
|
NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-ui.css to IPython/external/js/jquery-ui.css |
1 | NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-ui.js to IPython/external/js/jquery-ui.js |
|
NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/jquery-ui.js to IPython/external/js/jquery-ui.js |
1 | NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/prettify.js to IPython/external/js/prettify.js |
|
NO CONTENT: file renamed from IPython/frontend/html/notebook/static/unminified/prettify.js to IPython/external/js/prettify.js |
@@ -12,6 +12,7 b' graft scripts' | |||||
12 | # Load main dir but exclude things we don't want in the distro |
|
12 | # Load main dir but exclude things we don't want in the distro | |
13 | graft IPython |
|
13 | graft IPython | |
14 | prune IPython/deathrow |
|
14 | prune IPython/deathrow | |
|
15 | prune IPython/external/js | |||
15 | prune IPython/frontend/html/notebook/static/mathjax |
|
16 | prune IPython/frontend/html/notebook/static/mathjax | |
16 |
|
17 | |||
17 | # Include some specific files and data resources we need |
|
18 | # Include some specific files and data resources we need |
General Comments 0
You need to be logged in to leave comments.
Login now