From: Gilles van den Hoven Date: Fri, 9 Jun 2006 15:31:09 +0000 (+0000) Subject: BAT file to build the jquery SVN into 1 file, for easy debugging. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=66f124a65898ea18f78709ce4be25afedb67bcc1;p=jquery.git BAT file to build the jquery SVN into 1 file, for easy debugging. --- diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..ba5d3a2 --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +@echo off +type jquery\jquery.js > jquery-svn.js +type fx\fx.js >> jquery-svn.js +type event\event.js >> jquery-svn.js +type ajax\ajax.js >> jquery-svn.js