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

Switch JavaScript loading from CDNs to loading from server. #253

Open
carlschroedl opened this issue Nov 21, 2018 · 0 comments
Open

Switch JavaScript loading from CDNs to loading from server. #253

carlschroedl opened this issue Nov 21, 2018 · 0 comments
Labels
good first issue This is a good issue for new contributors to tackle.

Comments

@carlschroedl
Copy link
Member

Currently we load some JavaScript libraries from a third party CDNs at runtime. This provides negligible performance increases and hosting savings at the expense of a potential security risk, and the ability to develop the app offline.

We should try to replace the CDN links with formal JS dependency management (package.json). Failing that, we could check the code into the repo.

@carlschroedl carlschroedl added the good first issue This is a good issue for new contributors to tackle. label Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This is a good issue for new contributors to tackle.
Projects
None yet
Development

No branches or pull requests

1 participant