Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polymer does absolutely nothing if you have an "undeclared" element #709

Closed
ghost opened this issue Aug 14, 2014 · 2 comments
Closed

Polymer does absolutely nothing if you have an "undeclared" element #709

ghost opened this issue Aug 14, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2014

I have a build script that concats html, css, js into .html files for polymer One of my JS files is empty because I haven't built the component yet. I just upgraded polymer to 0.3.5 and spent an hour tracking down this issue:

If you have an "undeclared" element, polymer does nothing. Not just with this element, but not a single thing seems to instantiate: e.g.:

<polymer-element name="foo"></polymer-element>

As soon as you add <script>Polymer('foo',{});</script>, the world is well again.

@lavelle
Copy link

lavelle commented Aug 18, 2014

This is a dupe of #705

@tjsavage
Copy link
Contributor

Yup this is a high priority issue, dupe of #705. Closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants