aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
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"
}