I am using Polymer to build widget in my web app, since I need my web app works with Mozilla and IE I need vulcanize my widget/custom-tags in single file .html, then the polymer frameworks will be include in my file .html. That's fine if I have one single page, but since I need to use Polymer in different web pages that force me to download the framework Polymer more than once. There is a way to vulcanize the page and download Polymer just once? I mean without include the framework into the page but still using external link
thanks
michele