-
Notifications
You must be signed in to change notification settings - Fork 6
Move pattern libraries to HTTP/2 #355
Copy link
Copy link
Open
Labels
💡 ideaTYPE: Indicates that this is an idea. These may end up spinning out into a separate projects.TYPE: Indicates that this is an idea. These may end up spinning out into a separate projects.infrastructureCATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.CATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.
Metadata
Metadata
Assignees
Labels
💡 ideaTYPE: Indicates that this is an idea. These may end up spinning out into a separate projects.TYPE: Indicates that this is an idea. These may end up spinning out into a separate projects.infrastructureCATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.CATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.
Is your feature request related to a problem? Please describe.
We serve our various pattern library environments via unencrypted HTTP. It would be nice to serve them via HTTP/2, as we do for the Buildit website.
Aside from that warm fuzzy feeling you get from making life difficult for governments trying to spy on their citizens' web browsing, there are some practical benefits too:
Describe the solution you'd like
Mimick the setup we use for the Buildit website. From what (little) I understand, that amounts to:
.travis.yml, so that new releases clear the CDN cache as needed.