diff options
author | Sam Potts <me@sampotts.me> | 2016-05-15 18:59:13 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-05-15 18:59:13 +1000 |
commit | c86b824a04df35b73c4ee418dca1b73f775e1965 (patch) | |
tree | a7f1ed3b18f23894926ec7ca1faefbf8899f2b78 | |
parent | 21c22763595c9deb4e6dea2a25778defdfca8c85 (diff) | |
download | plyr-c86b824a04df35b73c4ee418dca1b73f775e1965.tar.lz plyr-c86b824a04df35b73c4ee418dca1b73f775e1965.tar.xz plyr-c86b824a04df35b73c4ee418dca1b73f775e1965.zip |
Comment
-rw-r--r-- | gulpfile.js | 1 |
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" } |