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:
parent
f1de983712
commit
ab47e1126b
@ -355,6 +355,11 @@ gulp.task('deploy', function() {
|
||||
cacheTime: 0,
|
||||
gzip: true
|
||||
},
|
||||
|
||||
// all pdf files, not cached
|
||||
'^.+\\.pdf': {
|
||||
cacheTime: 0
|
||||
},
|
||||
|
||||
// font mime types
|
||||
'\.eot$': {
|
||||
|
Loading…
Reference in New Issue
Block a user