-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
A-backendArea: Webserver backendArea: Webserver backendE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-lowLow priority issuesLow priority issues
Description
Currently we use some libraries hosted on cdnjs (run by Cloudflare)
Lines 12 to 17 in 664577a
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" type="text/css" | |
media="all" /> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css" | |
type="text/css" media="all" /> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" | |
type="text/css" media="all" /> |
This has caused issues at least once. To reduce our points of failure it might be worth self-hosting these files.
jyn514, paolobarbolini, Byron and zouharvi
Metadata
Metadata
Assignees
Labels
A-backendArea: Webserver backendArea: Webserver backendE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-lowLow priority issuesLow priority issues