I don't think it's something the Polymer team will be able to work on in
the near future. Having said that, it could be a cool open source project
if anyone wants to undertake it.

On Sat, Nov 29, 2014 at 9:24 AM, <[email protected]> wrote:

> 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
> <https://groups.google.com/d/msgid/polymer-dev/f89ad89e-d3a3-400b-a563-d73e1992218b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

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/CAJj5OwDfhHHijJugU8-kqko2sYOSnCL5o0XZ_Xoa1GKPjo4URQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to