-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
jsIssues that refer to the JavaScript or Charts codeIssues that refer to the JavaScript or Charts code
Description
Need to decide whether to use a CDN (Content Delivery Network/remote hosting) for JS and CSS Libraries like, JQuery, Bootstrap, Bokeh.
Pros:
- Decreased latency, remote sites download to the client in parallel
- Not stuffing other people's code into our repo
Cons:
- Can't work in offline mode (this seems big)
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
Metadata
Metadata
Assignees
Labels
jsIssues that refer to the JavaScript or Charts codeIssues that refer to the JavaScript or Charts code