From: John Resig Date: Sun, 11 Jun 2006 21:24:14 +0000 (+0000) Subject: Added UNIX build script. X-Git-Tag: 1.0a~48 X-Git-Url: https://source.dussan.org/?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 000000000..c39688793 --- /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