Moved all the jQuery source to the new src directory.
[jquery.git] / build.sh
1 #!/bin/sh
2 cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
3 cd docs && ./build.sh && cd ..