We're trying to deploy minified and compressed js and css to s3 with travis. Gulp creates a file main.bundle.js.gz
which is properly uploaded to s3, but the site shows me a 404 on main.bundle.js.
Travis doesn't seem to give much option except 'content-encoding'. Anything else we need to take care of to make this work? The source in html remains .css and .js, not .js.gz?
https://docs.travis-ci.com/user/deployment/s3/#Setting-Content-Encoding-header