Search code examples
javascriptcdngoogle-closuregoogle-cdn

Why isn't Google's Closure library hosted on their CDN?


Google hosts a number of JavaScript libraries such as jQuery and dojo on their CDN. For some reason, their own Google Closure library does not seem to be included. Is there a hosted version of the Closure library?


Solution

  • It's not included because Closure is intended to be used with the compiler; a hosted version would need to include the entire library and defeat the purpose of building minified libraries containing only the features you need.