From 1a8b7869d786aff8ec484fb0244eb0484a1d7349 Mon Sep 17 00:00:00 2001 From: N Venkatesh Naik Date: Fri, 3 Apr 2015 15:38:42 +0530 Subject: [PATCH 1/3] Added cdn.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0a84953..80f4e2f4 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * http://www.cloudflare.com/ - Basic service is free, good for a blog * http://www.bootstrapcdn.com/ - CDN for bootstrap, bootswatch and font awesome * https://surge.sh - Zero-bullshit, single–command, bring your own source control web publishing CDN. + * https://cdnjs.com/ - JavaScript, CSS, SWF, images, etc! ## PaaS From a64a8d67cadd80d24aa46a464ab38781896a0090 Mon Sep 17 00:00:00 2001 From: N Venkatesh Naik Date: Fri, 3 Apr 2015 15:39:55 +0530 Subject: [PATCH 2/3] Added more description for cdnjs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f4e2f4..a7005d7e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * http://www.cloudflare.com/ - Basic service is free, good for a blog * http://www.bootstrapcdn.com/ - CDN for bootstrap, bootswatch and font awesome * https://surge.sh - Zero-bullshit, single–command, bring your own source control web publishing CDN. - * https://cdnjs.com/ - JavaScript, CSS, SWF, images, etc! + * https://cdnjs.com/ - CDN for JavaScript libraries, CSS libraries, SWF, images, etc! ## PaaS From c2eed2eb7cf2806eb8f344a56b910e07718f4732 Mon Sep 17 00:00:00 2001 From: N Venkatesh Naik Date: Fri, 3 Apr 2015 15:43:47 +0530 Subject: [PATCH 3/3] Added google cdn, microsoft cdn and jsdeliver cdn --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7005d7e..12e764cb 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * http://www.bootstrapcdn.com/ - CDN for bootstrap, bootswatch and font awesome * https://surge.sh - Zero-bullshit, single–command, bring your own source control web publishing CDN. * https://cdnjs.com/ - CDN for JavaScript libraries, CSS libraries, SWF, images, etc! + * http://www.jsdelivr.com/ - A free super-fast CDN for developers and webmasters + * https://developers.google.com/speed/libraries/ - The Google Hosted Libraries is a content distribution network for the most popular, open-source JavaScript libraries. + * https://www.asp.net/ajax/cdn - The Microsoft Ajax Content Delivery Network (CDN) hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your Web application ## PaaS