From b5870e006d3a3b068163d5131f9b5ed9c1eeeae0 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Thu, 8 Sep 2016 17:36:57 -0400 Subject: [PATCH] Reduce cache expiration to one hour --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 344ed9baa..bc291cc32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ESLINT=./node_modules/.bin/eslint NODE=node SASSLINT=./node_modules/.bin/sass-lint -v -S3CMD=s3cmd sync -P --delete-removed --add-header=Cache-Control:public,max-age=86400 +S3CMD=s3cmd sync -P --delete-removed --add-header=Cache-Control:public,max-age=3600 TAP=./node_modules/.bin/tap WATCH=./node_modules/.bin/watch WEBPACK=./node_modules/.bin/webpack