BAT file to build the jquery SVN into 1 file, for easy debugging.

This commit is contained in:
Gilles van den Hoven 2006-06-09 15:31:09 +00:00
parent 50cdc997b8
commit 66f124a658

5
build.bat Normal file
View file

@ -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