dlab-berkeley / python-berkeley

python resources of berkeley curated at a place
Other
46 stars 49 forks source link

Have fallback for (or don't use) CDN #17

Closed davclark closed 8 years ago

davclark commented 10 years ago

offline editing currently sucks until we have a reasonable CDN fallback: Have fallback that doesn't depend on cloudflare (I guess some javascript is loading from there?)

marwahaha commented 8 years ago

what does this mean?

davclark commented 8 years ago

It seems you have opted to use entirely locally hosted resources. So, this isn't an issue. I assume you know css and js is now being largely loaded in _includes/head.html. These could point to Content Delivery Network (CDN) links that would enable browsers to take advantage of cached versions, thus speeding up the web. You chose the "or don't use" option implicitly. Also:

http://lmgtfy.com/?q=cdn+fallback

marwahaha commented 8 years ago

ok, thanks for the clarification.

So -- not a problem anymore?