##// END OF EJS Templates
move unminified js to external/js...
MinRK -
Show More
@@ -1,15 +1,15 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, and they can be
3 Some package managers require full versions alongside minified,
4 dropped in here, if necessary.
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
8 jQuery-1.7.1: http://code.jquery.com/jquery-1.7.1.min.js
8 jQuery-1.7.1: http://code.jquery.com/jquery-1.7.1.min.js
9 jQueryUI menubar branch checkpoint: (generated by ant build from the source tree)
9 jQueryUI menubar branch checkpoint: (generated by ant build from the source tree)
10
10
11 And their unminified counterparts:
11 And their unminified counterparts:
12 prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2
12 prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2
13 jQuery-1.7.1: http://code.jquery.com/jquery-1.7.1.js
13 jQuery-1.7.1: http://code.jquery.com/jquery-1.7.1.js
14 jQueryUI version we ship: https://github.com/jquery/jquery-ui/tarball/ba8f147e4d69948aff4e956333098fb9360e3865
14 jQueryUI version we ship: https://github.com/jquery/jquery-ui/tarball/ba8f147e4d69948aff4e956333098fb9360e3865
15 and the menubar branch in general: https://github.com/jquery/jquery-ui/tree/menubar
15 and the menubar branch in general: https://github.com/jquery/jquery-ui/tree/menubar
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
@@ -1,37 +1,38 b''
1 include README.rst
1 include README.rst
2 include ipython.py
2 include ipython.py
3 include setup2.py
3 include setup2.py
4 include setup3.py
4 include setup3.py
5 include setupbase.py
5 include setupbase.py
6 include setupegg.py
6 include setupegg.py
7
7
8 graft setupext
8 graft setupext
9
9
10 graft scripts
10 graft scripts
11
11
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
18 include IPython/.git_commit_info.ini
19 include IPython/.git_commit_info.ini
19 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
20 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
20
21
21 # Documentation
22 # Documentation
22 graft docs
23 graft docs
23 exclude docs/\#*
24 exclude docs/\#*
24 exclude docs/man/*.1.gz
25 exclude docs/man/*.1.gz
25
26
26 # docs subdirs we want to skip
27 # docs subdirs we want to skip
27 prune docs/attic
28 prune docs/attic
28 prune docs/build
29 prune docs/build
29 prune docs/gh-pages
30 prune docs/gh-pages
30 prune docs/dist
31 prune docs/dist
31
32
32 # Patterns to exclude from any directory
33 # Patterns to exclude from any directory
33 global-exclude *~
34 global-exclude *~
34 global-exclude *.flc
35 global-exclude *.flc
35 global-exclude *.pyc
36 global-exclude *.pyc
36 global-exclude *.pyo
37 global-exclude *.pyo
37 global-exclude .dircopy.log
38 global-exclude .dircopy.log
General Comments 0
You need to be logged in to leave comments. Login now