BAT file to build the jquery SVN into 1 file, for easy debugging.
This commit is contained in:
parent
50cdc997b8
commit
66f124a658
1 changed files with 5 additions and 0 deletions
5
build.bat
Normal file
5
build.bat
Normal 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
|
Loading…
Reference in a new issue