mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Reduce cache expiration to one hour
This commit is contained in:
parent
d303509336
commit
b5870e006d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
ESLINT=./node_modules/.bin/eslint
|
||||
NODE=node
|
||||
SASSLINT=./node_modules/.bin/sass-lint -v
|
||||
S3CMD=s3cmd sync -P --delete-removed --add-header=Cache-Control:public,max-age=86400
|
||||
S3CMD=s3cmd sync -P --delete-removed --add-header=Cache-Control:public,max-age=3600
|
||||
TAP=./node_modules/.bin/tap
|
||||
WATCH=./node_modules/.bin/watch
|
||||
WEBPACK=./node_modules/.bin/webpack
|
||||
|
|
Loading…
Reference in a new issue