Hm, maybe try again today. We're moving platform.js over to webcomponentsjs <https://blog.polymer-project.org/announcements/2014/10/16/platform-becomes-webcomponents/> and there was some weirdness yesterday. It should be fixed up now. platform.js will now issue a deprecation warning. we'll be making the change over when the 0.5.0 tag hits
On Fri, Oct 17, 2014 at 7:42 AM, Romer Ventura <[email protected]> wrote: > Installing with bower fixes the issues. > > Looks like the "Install From Zip" section in the polymer website is > outdated as what it is downloaded, does not match what the page says, not > does its contents. > > Thanks for the help > > > On Thursday, October 16, 2014 5:03:48 PM UTC-5, Romer Ventura wrote: >> >> Hello, >> >> I am setting up to use Polymer and i am getting the following error: >> Uncaught ReferenceError: WebComponents is not defined -- >> polymer.concat.js: 10443 >> >> All i am doing is following a tutorial to include the icon. Here is my >> code: >> <!DOCTYPE HTML> >> <html> >> <head> >> <meta charset="UTF-8"> >> >> <title>KeShop</title> >> >> <script src=<?php echo BaseUrl.'external/polymer/ >> components/platform/platform.js';?>></script> >> >> <link rel="import" href=<?php echo BaseUrl.'external/polymer/ >> components/core-icons/core-icons.html'?>> >> >> </head> >> >> <body unresolved> >> <core-icon icon="android"></core-icon> >> </body> >> </html> >> >> >> I can see all other polymer files loading in my developer tools, but not >> sure why i am getting the error >> >> Thanks. >> > 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/4dd199b6-4d82-430e-9638-80e7cdba2c0a%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/4dd199b6-4d82-430e-9638-80e7cdba2c0a%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/CAJj5OwByWT8xjOmnaFk4QJYqSOiNNZJx1vodwg9APf%2BWNYSmdg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
