BAT file to build the jquery SVN into 1 file, for easy debugging.
[jquery.git] / build.bat
1 @echo off\r
2 type jquery\jquery.js > jquery-svn.js\r
3 type fx\fx.js >> jquery-svn.js\r
4 type event\event.js >> jquery-svn.js\r
5 type ajax\ajax.js >> jquery-svn.js\r