File

mod_admin_web/admin_web/get_deps.sh @ 292:a9e69088e678

mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
author Florian Zeitz <florob@babelmonkeys.de>
date Thu, 23 Dec 2010 21:16:31 +0100
parent 291:94fab3c0a7aa
child 297:a70284e01453
line wrap: on
line source

#!/bin/sh
cd www_files/js
wget http://code.jquery.com/jquery-1.4.4.min.js
git clone git://github.com/metajack/strophejs.git strophejs
cd strophejs
make strophe.js && cp strophe.js ../strophe.js
cd ..
rm -rf strophejs