From c86b824a04df35b73c4ee418dca1b73f775e1965 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 15 May 2016 18:59:13 +1000 Subject: [PATCH] Comment --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 228f2345..2138af7a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -234,6 +234,7 @@ options = { symlinks: function(version, filename) { return { headers: { + // http://stackoverflow.com/questions/2272835/amazon-s3-object-redirect "X-Amz-Website-Redirect-Location": "/" + version + "/" + filename, "Cache-Control": "no-cache, no-store, must-revalidate, max-age=0" }