Vipyr / taskobra

MIT License
1 stars 2 forks source link

CDN vs Local Hosting of Static JS/CSS Libraries #32

Open manistal opened 4 years ago

manistal commented 4 years ago

Need to decide whether to use a CDN (Content Delivery Network/remote hosting) for JS and CSS Libraries like, JQuery, Bootstrap, Bokeh.

Pros:

Cons:

Should probably do neither and use a package manager in the install script so they're not stored locally and can be used in offline mode after the install. #PacakgeManagers

manistal commented 4 years ago

In the meantime, I'm gonna stuff a bunch of libs locally, this issue can serve as a TODO to get rid of them while we figure out how to do JS/CSS installs.