You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-elementname="foo"></polymer-element>
As soon as you add <script>Polymer('foo',{});</script>, the world is well again.
The text was updated successfully, but these errors were encountered:
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.:
As soon as you add
<script>Polymer('foo',{});</script>
, the world is well again.The text was updated successfully, but these errors were encountered: