Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support brotli #104

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Conversation

cibernox
Copy link
Contributor

@cibernox cibernox commented Feb 5, 2018

What Changed & Why

This adds supports for files compressed with brotli instead of gzip.
Brotli is a compression algorithm that achieves ~18% better compression on typical javascript files and it's supported by every evergreen browser.
The ember-cli-deploy addon for brotli compression is ember-cli-deploy-brotli, which is basically a copy of ember-cli-deploy-gzip but applying a different compressor.

/cc @lukemelia

@lukemelia lukemelia merged commit 488cee0 into ember-cli-deploy:master Feb 5, 2018
@lukemelia
Copy link
Contributor

Thanks @cibernox. Released as 1.2.0

@cibernox cibernox deleted the support-brotli branch February 6, 2018 08:19
simonihmig added a commit to simonihmig/ember-cli-deploy-s3-index that referenced this pull request Sep 9, 2020
Add support for brotli-compressed index.html, as `ember-cli-deploy-s3` already supports that (see ember-cli-deploy/ember-cli-deploy-s3#104)
simonihmig added a commit to simonihmig/ember-cli-deploy-s3-index that referenced this pull request Sep 9, 2020
Add support for brotli-compressed index.html, as `ember-cli-deploy-s3` already supports that (see ember-cli-deploy/ember-cli-deploy-s3#104)
simonihmig added a commit to simonihmig/ember-cli-deploy-s3-index that referenced this pull request Sep 9, 2020
Add support for brotli-compressed index.html, as `ember-cli-deploy-s3` already supports that (see ember-cli-deploy/ember-cli-deploy-s3#104)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants