| Index: runtime/bin/vmservice/client/deploy.sh
|
| diff --git a/runtime/bin/vmservice/client/deploy.sh b/runtime/bin/vmservice/client/deploy.sh
|
| index 930f86e21f6678f08f5225d6ff9bfe761e6a0d28..9762dcac08acfcb4e248c0a4a865021aa16519e2 100755
|
| --- a/runtime/bin/vmservice/client/deploy.sh
|
| +++ b/runtime/bin/vmservice/client/deploy.sh
|
| @@ -19,5 +19,7 @@ EXCLUDE="$EXCLUDE --exclude *.concat.js"
|
| EXCLUDE="$EXCLUDE --exclude *.scriptUrls"
|
| EXCLUDE="$EXCLUDE --exclude *.precompiled.js"
|
| EXCLUDE="$EXCLUDE --exclude main.*"
|
| +EXCLUDE="$EXCLUDE --exclude *~"
|
| +EXCLUDE="$EXCLUDE --exclude \#*\#"
|
|
|
| rsync -av --progress build/web/ deployed/web/ $EXCLUDE
|
|
|