Merge pull request from rschamp/bugfix/white-page-of-death

[Develop] Use no-cache so ETags are used
This commit is contained in:
Ray Schamp 2016-10-14 15:17:28 -04:00 committed by GitHub
commit 3c7c758903

View file

@ -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=3600
S3CMD=s3cmd sync -P --delete-removed --add-header=Cache-Control:no-cache,public,max-age=3600
TAP=./node_modules/.bin/tap
WATCH=./node_modules/.bin/watch
WEBPACK=./node_modules/.bin/webpack