BAT file to build the jquery SVN into 1 file, for easy debugging.
authorGilles van den Hoven <gilles0181@gmail.com>
Fri, 9 Jun 2006 15:31:09 +0000 (15:31 +0000)
committerGilles van den Hoven <gilles0181@gmail.com>
Fri, 9 Jun 2006 15:31:09 +0000 (15:31 +0000)
build.bat [new file with mode: 0644]

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