1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +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,
gzip: true
},
// all pdf files, not cached
'^.+\\.pdf': {
cacheTime: 0
},
// font mime types
'\.eot$': {