From: John Resig Date: Sun, 11 Jun 2006 21:24:14 +0000 (+0000) Subject: Added UNIX build script. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=5139bfbec88da7fef7afcd5c02799fe97e29ec03;p=jquery.git Added UNIX build script. --- diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c396887 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js