git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50cdc99
)
BAT file to build the jquery SVN into 1 file, for easy debugging.
author
Gilles van den Hoven
<gilles0181@gmail.com>
Fri, 9 Jun 2006 15:31:09 +0000
(15:31 +0000)
committer
Gilles van den Hoven
<gilles0181@gmail.com>
Fri, 9 Jun 2006 15:31:09 +0000
(15:31 +0000)
build.bat
[new file with mode: 0644]
patch
|
blob
diff --git a/build.bat
b/build.bat
new file mode 100644
(file)
index 0000000..
ba5d3a2
--- /dev/null
+++ b/
build.bat
@@ -0,0
+1,5
@@
+@echo off
\r
+type jquery\jquery.js > jquery-svn.js
\r
+type fx\fx.js >> jquery-svn.js
\r
+type event\event.js >> jquery-svn.js
\r
+type ajax\ajax.js >> jquery-svn.js
\r