Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a38298

Browse files
committed
add unminified/README
note for tracking unminified js sources
1 parent 446de5d commit 0a38298

File tree

1 file changed

+14
-0
lines changed
  • IPython/frontend/html/notebook/static/unminified

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook.
2+
3+
Some package managers require full versions alongside minified, and they can be
4+
dropped in here, if necessary.
5+
6+
origins of our minified js:
7+
prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2
8+
jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.min.js
9+
jQueryUI-1.8.14: generated by https://jqueryui.com/download
10+
11+
And their unminified counterparts:
12+
prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2
13+
jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.js
14+
jQueryUI-1.8.14: https://github.com/jquery/jquery-ui/tarball/1.8.14

0 commit comments

Comments
 (0)