Index: runtime/bin/vmservice/client/deploy.sh |
diff --git a/runtime/bin/vmservice/client/deploy.sh b/runtime/bin/vmservice/client/deploy.sh |
index 1990bd634e9bb0587fdf5b8bdec4373c93a867ac..930f86e21f6678f08f5225d6ff9bfe761e6a0d28 100755 |
--- a/runtime/bin/vmservice/client/deploy.sh |
+++ b/runtime/bin/vmservice/client/deploy.sh |
@@ -15,6 +15,7 @@ fi |
EXCLUDE="--exclude bootstrap_css" |
EXCLUDE="$EXCLUDE --exclude *.map" |
+EXCLUDE="$EXCLUDE --exclude *.concat.js" |
EXCLUDE="$EXCLUDE --exclude *.scriptUrls" |
EXCLUDE="$EXCLUDE --exclude *.precompiled.js" |
EXCLUDE="$EXCLUDE --exclude main.*" |