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

67 inline media #68

Merged
merged 5 commits into from
Feb 15, 2020
Merged

67 inline media #68

merged 5 commits into from
Feb 15, 2020

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 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.

Do not depend on external sites
1 participant