How to load multiple files from CDNs asynchronously (but execute them synchronously)?-Twitter bootstrap
When downloading multiple commonly used javascript/css files (e.g. boostrap and jquery), many topics like this one recommend the use of a CDN, with one of the main arguments that it can then be used to load them asynchronously. How does…