Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

67 inline media#68

Merged
skx merged 5 commits intomasterfrom
67-inline-media
Feb 15, 2020
Merged

67 inline media#68
skx merged 5 commits intomasterfrom
67-inline-media

Conversation

@skx
Copy link
Owner

@skx skx commented Feb 15, 2020

This pull request updates our server so that all the static-resources we require are embedded in the binary; specifically we don't rely upon bootstrap or jquery resources any more.

Instead they are embedded in the binary and served from /css + /js appropriately.

This closes #67.

skx added 5 commits February 15, 2020 12:13
Rather than external copies of bootstrap/jquery/stuff we link
to `/css` + `/js`
We now have all the CSS + JS resources we need inline.
Added a helper method to lookup resources from our `static.go` file
and serve them with the appropriate MIME type.

Should be a good one.
@skx skx merged commit 9eb306d into master Feb 15, 2020
@skx skx deleted the 67-inline-media branch January 20, 2021 18:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not depend on external sites

1 participant