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

Allow gzip files to be decoded #19

Merged
merged 1 commit into from
Mar 22, 2016
Merged

Allow gzip files to be decoded #19

merged 1 commit into from
Mar 22, 2016

Conversation

jamesjnadeau
Copy link
Contributor

This has no side effects, if the file is not gzip encoded, this does nothing, but if it is, it properly decodes it before passing back the contents/body

This has not side effects, if the file is not gzip encoded, this does nothing, but if it is, it properly decodes it before passing back the contents/body
@jamesjnadeau
Copy link
Contributor Author

Not sure what is wrong with your CI, but this branch is working beutifully for me with both gzip and non-gzip content.

@jrit
Copy link
Owner

jrit commented Mar 22, 2016

Seems like maybe faux-jax broke support for node less than 4.x, needs some investigation. It is passing on latest. https://travis-ci.org/jrit/web-resource-inliner/jobs/117724518

Change here LGTM

jrit added a commit that referenced this pull request Mar 22, 2016
Allow gzip files to be decoded
@jrit jrit merged commit f4efac4 into jrit:master Mar 22, 2016
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