Search code examples
polymerweb-component

Is there CDN for polymer elements?


I would like to know if there are any CDNs for polymer elements, since you have to always download the elements and It would be more convinient to import it via cdn. Can't find any on google? Also are there any reasons that it does not exists or just because it is so new?


Solution

  • I do not know any CDN hosting polymer elements right now and I assume it would be better to vulcanize them for a production environment but due to the fact that most of the elements are hosted on github you could link your imports to rawgit.com

    Example:

    <link rel="import" href="https://rawgit.com/Polymer/core-ajax/master/core-ajax.html">