You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ ! -d dist/$i/node_modules ]; then mkdir -p dist/$i/node_modules; fi
for m in $MODS; do
rsync -a --delete-after node_modules/$m dist/$i/node_modules/;
done
# socket.io weirdness
if [ ! -d dist/$i/node_modules/socket.io/node_modules/socket.io-client ]; then rsync -a node_modules/socket.io-client dist/$i/node_modules/socket.io/node_modules/; fi