We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@azakus, ty @ebidel
Sorry, something went wrong.
@sjmiles Is this all that needs to happen?
<polymer-element name="x-foo"> <script> Polymer({ }); </script> </polymer-element>
<polymer-element name="x-foo"></polymer-element> <!-- snip --> <script>Polymer('x-foo', { });</script>
There may be details in other cases, but essentially, yes, this is all we are looking for.
On Mon, Apr 21, 2014 at 3:34 PM, Daniel Freedman notifications@github.comwrote:
@sjmiles https://github.com/sjmiles Is this all that needs to happen? before <script> Polymer({ }); </script> after <script>Polymer('x-foo', { });</script> — Reply to this email directly or view it on GitHubhttps://github.com/Polymer/vulcanize/issues/28#issuecomment-40984870 .
@sjmiles https://github.com/sjmiles Is this all that needs to happen? before
after
<script>Polymer('x-foo', { });</script>
— Reply to this email directly or view it on GitHubhttps://github.com/Polymer/vulcanize/issues/28#issuecomment-40984870 .
Polymer/polymer-bundler@7ec8ca5
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: