From 8dce24ddfc54cf9ac519310d669a14fd9b59491b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 6 Aug 2019 09:56:07 -0700 Subject: [PATCH] Tweak upload script --- cast/script/upload | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cast/script/upload b/cast/script/upload index 95f46032cf..fc22529ceb 100755 --- a/cast/script/upload +++ b/cast/script/upload @@ -1,3 +1,5 @@ # Run it twice, second time we just delete. aws s3 sync dist s3://cast.home-assistant.io --acl public-read -aws s3 sync dist s3://cast.home-assistant.io --acl public-read --delete +# Don't delete as it might break open sites that need to load code splitted things. +# aws s3 sync dist s3://cast.home-assistant.io --acl public-read --delete +# Todo : update JS first, HTML last.