diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..ba5d3a2e --- /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