maxheld83 / pensieve

R package for the scientific study of human subjectivity.
https://www.maxheld.de/pensieve
GNU Affero General Public License v3.0
11 stars 2 forks source link

enable google microsoft cdn caching of pensieve assets #383

Open maxheld83 opened 6 years ago

maxheld83 commented 6 years ago

(jquery and friends).

For offline use, it is necessary to always have it locally available (and harmless, because pensieve gets downloaded with /inst anyway, and is slow). For online use, it would be better to use the hosted version on Google CDN, because then we can use existing caches.

So, we need some js at some point which checks which of the current scenarios is true, and choose the dependencies accordingly.