mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
prototype for structure change - working
This commit is contained in:
parent
b2be2ca714
commit
f727adacc7
7 changed files with 79 additions and 7 deletions
|
@ -35,11 +35,6 @@ fi
|
|||
|
||||
|
||||
log "Installing dependencies..."
|
||||
(mkdir -p node_modules &&
|
||||
cd node_modules &&
|
||||
{ [ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite; } &&
|
||||
cd ep_etherpad-lite)
|
||||
|
||||
cd src
|
||||
|
||||
if [ -z "${ETHERPAD_PRODUCTION}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue