Skip to content

Commit

Permalink
Copying nuve and erizoClient dist files in initBasicExample script (#823
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Álvaro Alonso authored Mar 27, 2017
1 parent d58f757 commit d313336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions scripts/initBasicExample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ CURRENT_DIR=`pwd`
NVM_CHECK="$PATHNAME"/checkNvm.sh
EXTRAS=$ROOT/extras

cp $ROOT/erizo_controller/erizoClient/dist/erizo.js $EXTRAS/basic_example/public/
cp $ROOT/nuve/nuveClient/dist/nuve.js $EXTRAS/basic_example/

. $NVM_CHECK

nvm use
Expand Down
5 changes: 1 addition & 4 deletions scripts/initLicode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ cd $ROOT/erizo_controller
./initErizo_controller.sh
./initErizo_agent.sh

cp $ROOT/erizo_controller/erizoClient/dist/erizo.js $EXTRAS/basic_example/public/
cp $ROOT/nuve/nuveClient/dist/nuve.js $EXTRAS/basic_example/

echo [licode] Done, run basic_example/basicServer.js
echo [licode] Done, run ./scripts/initBasicExample.sh

0 comments on commit d313336

Please sign in to comment.