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

Sandstorm: Properly support gzipped assets. #33

Merged
merged 1 commit into from Nov 27, 2016

Commits on Nov 27, 2016

  1. Properly support gzipped assets.

    This reverts my previous approach and applies a better approach.
    
    My previous approach expected URLs to change to have ".gz" extensions. The new approach keeps the URLs the same but checks if a file exists on-disk that has the same name with the ".gz" extension.
    kentonv committed Nov 27, 2016
    Copy the full SHA
    6d934db View commit details
    Browse the repository at this point in the history