Hi,
I want to use some of the polymer "libraries" outside of polymer itself. I am aware that some of the libraries have been documented as being usable stand-alone, but I could not find much info on how to do that.
For example, since I am not using ShadowDOM, I'm content with webcomponents-lite polyfill, which I'm using in combination with X-Tags. Now, I wish to introduce polymer's TemplateBinding into the mix. The docs for TemplateBinding do mention that it can be used stand-alone but I'm not sure what the implications are. I could not find it on bower.
A peek into the source code tells me that it depends on observe.js. Is observe.js included already in webcomponents-lite as part of MutationObservers?
I also used vulcanize with X-tags and it seemed to work fine (I just used --inline --csp). Is there any limitation that I should be aware of while using vulcanize with a non-polymer project?