Updated the build script to generate the docs too.
This commit is contained in:
parent
6a50758086
commit
db85661c05
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
|
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
|
||||||
|
cd docs && ./build.sh && cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue