1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

prevent caching of pdf files on S3

This commit is contained in:
Matthias Kretschmann 2016-12-15 11:41:24 +01:00 committed by GitHub
parent f1de983712
commit ab47e1126b

View File

@ -355,6 +355,11 @@ gulp.task('deploy', function() {
cacheTime: 0, cacheTime: 0,
gzip: true gzip: true
}, },
// all pdf files, not cached
'^.+\\.pdf': {
cacheTime: 0
},
// font mime types // font mime types
'\.eot$': { '\.eot$': {