1
0
Fork 0

more caching tweaks

This commit is contained in:
Matthias Kretschmann 2019-11-09 12:59:46 +01:00
parent 80fc464e14
commit f46bcb1972
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 0 deletions

View File

@ -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" \