Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1052)

Unified Diff: runtime/bin/vmservice/client/deploy.sh

Issue 340443006: Add support for asynchronous event notification to the observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698