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

Web app without internet connection #177

Closed
FabianReister opened this issue Dec 21, 2020 · 3 comments
Closed

Web app without internet connection #177

FabianReister opened this issue Dec 21, 2020 · 3 comments

Comments

@FabianReister
Copy link

Currently, the web app fetches many resources (js, css, fonts) from a CDN.

I think, serving these resources locally would be beneficial:

  • independent of internet connection -> faster, more reliable
  • increased security

Example:

<link rel='stylesheet prefetch' href='https://unpkg.com/[email protected]/dist/vuetify.min.css'>

@bk1285
Copy link
Owner

bk1285 commented Aug 25, 2021

Agreed, @FabianReister

@FrankX0
Copy link
Contributor

FrankX0 commented Aug 25, 2021

I'm working on an update of the web app anyway (#190).
Will do this when making the pull request.

@FrankX0
Copy link
Contributor

FrankX0 commented Nov 17, 2021

@FabianReister: the development branch now has all resources locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants