Hello! I am making a simple web app using Polymer elements, but I don't want to mess with Git, Node, NPM, Bower and download all dependencies. Instead, I would like to develop my app using an online IDE and include all the Polymer elements just like I include JS scripts - from a CDN. However, requesting many HTML Imports from a CDN can hurt performance, so I am proposing an online Vulcanize service, which would concatenate, compress and cache multiple Polymer elements at once. So instead of writing e.g.:
<link rel="import" href="http://example.cdn/polymer/polymer.html"> <link rel="import" href="http://example.cdn/core-ajax/core-ajax.html"> <link rel="import" href="http://example.cdn/core-icons/core-icons.html"> I could make a single request, e.g.: <link rel="import" href="http://example.cdn/vulcanize? polymer,core-ajax,core-icons"> Would it happen? Thanks, Jerzy Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/f89ad89e-d3a3-400b-a563-d73e1992218b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
