From f46bcb19723db5258427e037f3652a087b1f0ac5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 9 Nov 2019 12:59:46 +0100 Subject: [PATCH] more caching tweaks --- scripts/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index bbf547b9..1c1f3a07 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -17,6 +17,7 @@ function s3sync { --exclude "*.html" \ --exclude "sw.js" \ --exclude "*page-data.json" \ + --exclude "*app-data.json" \ --exclude "chunk-map.json" \ --exclude "sitemap.xml" \ --exclude "feed.xml" \ @@ -33,6 +34,7 @@ function s3sync { --include "*.html" \ --include "sw.js" \ --include "*page-data.json" \ + --include "*app-data.json" \ --include "chunk-map.json" \ --include "sitemap.xml" \ --include "feed.xml" \