| Index: runtime/bin/vmservice/client/deploy.sh
|
| diff --git a/runtime/bin/vmservice/client/deploy.sh b/runtime/bin/vmservice/client/deploy.sh
|
| index c1e093efd0b892f97f524ec2ef6f02499b341a93..1990bd634e9bb0587fdf5b8bdec4373c93a867ac 100755
|
| --- a/runtime/bin/vmservice/client/deploy.sh
|
| +++ b/runtime/bin/vmservice/client/deploy.sh
|
| @@ -14,6 +14,7 @@ if [ ! -d "deployed" ]; then
|
| fi
|
|
|
| EXCLUDE="--exclude bootstrap_css"
|
| +EXCLUDE="$EXCLUDE --exclude *.map"
|
| EXCLUDE="$EXCLUDE --exclude *.scriptUrls"
|
| EXCLUDE="$EXCLUDE --exclude *.precompiled.js"
|
| EXCLUDE="$EXCLUDE --exclude main.*"
|
|
|