The big rename of pluginbs from pluginomatic to ep

This commit is contained in:
Egil Moeller 2012-02-26 13:54:32 +01:00
parent 758666c3e1
commit da52353ba3
16 changed files with 48 additions and 48 deletions

View file

@ -58,8 +58,8 @@ echo "Ensure that all dependencies are up to date..."
(
mkdir -p node_modules
cd node_modules
[ -e pluginomatic_etherpad-lite ] || ln -s ../src pluginomatic_etherpad-lite
cd pluginomatic_etherpad-lite
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
cd ep_etherpad-lite
npm install
) || {
rm -rf node_modules