From 2ef1629a5b098f507bfbd914701fdf85a09b0b85 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 18 Mar 2019 10:01:49 +0900 Subject: [PATCH 1/2] remove unnessecary info --- dist/doc/html.md | 12 ------------ src/doc/html.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/dist/doc/html.md b/dist/doc/html.md index 3d5e338f49..5ad4cfdeb4 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -155,18 +155,6 @@ the bottom of the page. A local fallback of jQuery is included for rare instance when the CDN version might not be available, and to facilitate offline development. -The jQuery CDN version was chosen over other potential candidates -([like Google's Hosted Libraries](https://developers.google.com/speed/libraries/)) -because it's fast ([comparable or faster than Google by some -measures](https://www.cdnperf.com/#jsdelivr,cdnjs,google,yandex,microsoft,jquery,bootstrapcdn/https/90)) -and, (unlike Google's CDN) is available to China's hundreds of millions of internet users. -For many years we [chose](https://github.com/h5bp/html5-boilerplate/issues/1191) -the Google Hosted version over the jQuery CDN because it was available -over HTTPS (the jQuery CDN was not,) and it offered a better chance of -hitting the cache lottery owing to the popularity of the Google CDN. -The first issue is no longer valid and the second is far outweighed by -being able to serve jQuery to Chinese users. - While the jQuery CDN is a strong default solution your site or application may require a different configuration. Testing your site with services like [WebPageTest](https://www.webpagetest.org/) and browser tools like diff --git a/src/doc/html.md b/src/doc/html.md index 3d5e338f49..5ad4cfdeb4 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -155,18 +155,6 @@ the bottom of the page. A local fallback of jQuery is included for rare instance when the CDN version might not be available, and to facilitate offline development. -The jQuery CDN version was chosen over other potential candidates -([like Google's Hosted Libraries](https://developers.google.com/speed/libraries/)) -because it's fast ([comparable or faster than Google by some -measures](https://www.cdnperf.com/#jsdelivr,cdnjs,google,yandex,microsoft,jquery,bootstrapcdn/https/90)) -and, (unlike Google's CDN) is available to China's hundreds of millions of internet users. -For many years we [chose](https://github.com/h5bp/html5-boilerplate/issues/1191) -the Google Hosted version over the jQuery CDN because it was available -over HTTPS (the jQuery CDN was not,) and it offered a better chance of -hitting the cache lottery owing to the popularity of the Google CDN. -The first issue is no longer valid and the second is far outweighed by -being able to serve jQuery to Chinese users. - While the jQuery CDN is a strong default solution your site or application may require a different configuration. Testing your site with services like [WebPageTest](https://www.webpagetest.org/) and browser tools like From 7bd9a8b4e91a280e93ae69c32c7c9222754368a3 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 19 Mar 2019 12:34:36 +0900 Subject: [PATCH 2/2] revert removal of paragraph and instead clarify 'serve jQuery to users in China' --- dist/doc/html.md | 12 ++++++++++++ src/doc/html.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dist/doc/html.md b/dist/doc/html.md index 5ad4cfdeb4..35d16da512 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -155,6 +155,18 @@ the bottom of the page. A local fallback of jQuery is included for rare instance when the CDN version might not be available, and to facilitate offline development. +The jQuery CDN version was chosen over other potential candidates +([like Google's Hosted Libraries](https://developers.google.com/speed/libraries/)) +because it's fast ([comparable or faster than Google by some +measures](https://www.cdnperf.com/#jsdelivr,cdnjs,google,yandex,microsoft,jquery,bootstrapcdn/https/90)) +and, (unlike Google's CDN) is available to China's hundreds of millions of internet users. +For many years we [chose](https://github.com/h5bp/html5-boilerplate/issues/1191) +the Google Hosted version over the jQuery CDN because it was available +over HTTPS (the jQuery CDN was not,) and it offered a better chance of +hitting the cache lottery owing to the popularity of the Google CDN. +The first issue is no longer valid and the second is far outweighed by +being able to serve jQuery to users in China. + While the jQuery CDN is a strong default solution your site or application may require a different configuration. Testing your site with services like [WebPageTest](https://www.webpagetest.org/) and browser tools like diff --git a/src/doc/html.md b/src/doc/html.md index 5ad4cfdeb4..35d16da512 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -155,6 +155,18 @@ the bottom of the page. A local fallback of jQuery is included for rare instance when the CDN version might not be available, and to facilitate offline development. +The jQuery CDN version was chosen over other potential candidates +([like Google's Hosted Libraries](https://developers.google.com/speed/libraries/)) +because it's fast ([comparable or faster than Google by some +measures](https://www.cdnperf.com/#jsdelivr,cdnjs,google,yandex,microsoft,jquery,bootstrapcdn/https/90)) +and, (unlike Google's CDN) is available to China's hundreds of millions of internet users. +For many years we [chose](https://github.com/h5bp/html5-boilerplate/issues/1191) +the Google Hosted version over the jQuery CDN because it was available +over HTTPS (the jQuery CDN was not,) and it offered a better chance of +hitting the cache lottery owing to the popularity of the Google CDN. +The first issue is no longer valid and the second is far outweighed by +being able to serve jQuery to users in China. + While the jQuery CDN is a strong default solution your site or application may require a different configuration. Testing your site with services like [WebPageTest](https://www.webpagetest.org/) and browser tools like