I downloaded the .zip option from the website. ( https://www.polymer-project.org/docs/start/getting-the-code.html )
Extracted them into the path shown in the code posted and got the error. Should i just download it from github? On Thursday, October 16, 2014 7:06:15 PM UTC-5, Rob Dodson wrote: > > Yes, we're making some changes to platform.js. There's a blog post that > will announce it any moment. The master branch of Polymer is not guaranteed > to be stable so it's always best to rely on a tag > > On Thu, Oct 16, 2014 at 5:00 PM, Ry Walker <[email protected] > <javascript:>> wrote: > >> I saw this too when choosing master in bower yesterday - choosing 0.4.2 >> resolved it. >> >> -Ry >> >> On Oct 16, 2014, at 7:34 PM, 'Rob Dodson' via Polymer < >> [email protected] <javascript:>> wrote: >> >> are you using bower to get Polymer? or did you grab it all from github? >> >> if you used bower, which version of polymer did you grab? >> >> On Thu, Oct 16, 2014 at 3:03 PM, Romer Ventura <[email protected] >> <javascript:>> 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] <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/polymer-dev/8198683d-83a8-4282-8d09-a627a434a674%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/polymer-dev/8198683d-83a8-4282-8d09-a627a434a674%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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/polymer-dev/CAJj5OwDVARSRsvYNxKYbe72SpQ7SBy3js0vnEJVBhgb0ZVq05w%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/polymer-dev/CAJj5OwDVARSRsvYNxKYbe72SpQ7SBy3js0vnEJVBhgb0ZVq05w%40mail.gmail.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/5f1d9a21-80a0-4ac1-80fe-c445cbbe4807%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
