I really hoped integration with other libraries, such as requirejs, would be easily available by now. I agree with Jan as I do want to use Polymer in my projects but only for handling UI components. When I implement a large scale BI code which involves many modules requirejs becomes a blessing. I see no reason why I can't simply use both.
An idea one can try and implement: By using requirejs plugins one could use HTML imports as a module dependency and add the link tags only when it's relevant. When optimizing the code using rjs the same polymer elements can be embedded into the module file. This way optimized polymer elements will be injected into the page using requirejs instead of the HTML imports. I've seen a few nodejs packages to compile polymer, but I didn't have the chance to try anything yet. 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/9152fd9c-6960-4788-8f0f-59f69e8113ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
