meteor-polymer
meteor-polymer copied to clipboard
Meteor smart package for Google's opinionated web component framework 'Polymer'
Incorporating the bower components in your meteor package will limit the user to the versions that you have packaged. Please remove the components and instead provide the user with sample...
Hi, Do you have a example project or would you like to share one?
E.g. "URL/playground.html", "URL/testharness.css", "URL/testharness.js", "URL/testharnessreport.js", These are test cases and mostly developer related stuff. Whereas "URL/url.js" would be something one would need over at the client side. I know that...
How do I use this with polymer 0.9? Can I just replace the contents of bower_components?
hello i cannot get it to work i get this error Cannot read property 'resolveDom' Also your example code is wrong emplate.automatic_helper.helpers({ attributeObject = function(){return {checked = true}} }) where...