git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a50758
)
Updated the build script to generate the docs too.
author
John Resig
<jeresig@gmail.com>
Sat, 12 Aug 2006 23:08:16 +0000
(23:08 +0000)
committer
John Resig
<jeresig@gmail.com>
Sat, 12 Aug 2006 23:08:16 +0000
(23:08 +0000)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
c396887
..
1fda376
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-1,2
+1,3
@@
#!/bin/sh
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
+cd docs && ./build.sh && cd ..