From b9a817a6a4a332ca39a5010ed1c1471af6ca0ac6 2012-04-23 00:55:15 From: MinRK Date: 2012-04-23 00:55:15 Subject: [PATCH] add unminified/README note for tracking unminified js sources --- diff --git a/IPython/frontend/html/notebook/static/unminified/README b/IPython/frontend/html/notebook/static/unminified/README new file mode 100644 index 0000000..bc54e72 --- /dev/null +++ b/IPython/frontend/html/notebook/static/unminified/README @@ -0,0 +1,14 @@ +We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook. + +Some package managers require full versions alongside minified, and they can be +dropped in here, if necessary. + +origins of our minified js: +prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2 +jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.min.js +jQueryUI-1.8.14: generated by https://jqueryui.com/download + +And their unminified counterparts: +prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2 +jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.js +jQueryUI-1.8.14: https://github.com/jquery/jquery-ui/tarball/1.8.14