jquery/build.bat

7 lines
192 B
Batchfile
Raw Normal View History

@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
2006-06-21 12:08:57 +02:00
type form\form.js >> jquery-svn.js