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

Conversation

kentonv
Copy link
Contributor

@kentonv kentonv commented Nov 27, 2016

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.

Fixes sandstorm-io/sandstorm#2641

@kentonv
Copy link
Contributor Author

kentonv commented Nov 27, 2016

@davidjgraph I've tested this locally and everything works. Should be ready to build and publish.

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.
@davidjgraph
Copy link
Collaborator

I updated the build instructions to exactly those I tried at https://github.com/jgraph/draw.io/tree/master/etc/sandstorm. Or you maybe using clang/not latest capnp/other?

@kentonv
Copy link
Contributor Author

kentonv commented Nov 28, 2016

@davidjgraph Sorry, what is the issue you're running into exactly?

davidjgraph added a commit that referenced this pull request Aug 7, 2019
Sandstorm: Properly support gzipped assets.
Former-commit-id: c4b2403
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.

None yet

2 participants