Closed tlvince closed 8 years ago
gzip the entire dist directory before uploading to S3. Only do this in Travis as serving dist locally (with a dumb server) is occasionally useful.
dist
@norbert, does this work for you?
Closes #371.
@tlvince yeah seems fine. Don't forget to set detect_encoding: true in .travis.yml though: https://docs.travis-ci.com/user/deployment/s3/#Setting-Content-Encoding-header
detect_encoding: true
.travis.yml
Lets give it a whirl.
gzip the entire dist directory before uploading to S3. Only do this in Travis as serving
dist
locally (with a dumb server) is occasionally useful.@norbert, does this work for you?
Closes #371.