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

Add gzip encoding #30

Open
lu3do opened this issue Aug 10, 2013 · 1 comment
Open

Add gzip encoding #30

lu3do opened this issue Aug 10, 2013 · 1 comment

Comments

@lu3do
Copy link

lu3do commented Aug 10, 2013

Maybe you could add a gzip option.

Since i'm uploading my css and js files to amazon cloudfront/s3 which don't automatically gzip files

@danderson00
Copy link
Owner

Pretty sure this is possible, but there are some drawbacks.

You'll need to manually add a "content-encoding=gzip" HTTP header using the S3 console. Browsers that do not support gzip encoding won't be able to access your app.

I'll be adding a feature to create ZIP files over the next few days, so I'll have a tinker with this at the same time.

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

No branches or pull requests

2 participants