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

enable Vulcanize to handle nameless Polymer() invocation so we can start using that invocation #1657

Closed
ebidel opened this issue Apr 2, 2014 · 3 comments

Comments

@ebidel
Copy link
Contributor

ebidel commented Apr 2, 2014

No description provided.

@sjmiles
Copy link
Contributor

sjmiles commented Apr 2, 2014

@azakus, ty @ebidel

@dfreedm
Copy link
Member

dfreedm commented Apr 21, 2014

@sjmiles Is this all that needs to happen?

before

<polymer-element name="x-foo">
  <script>
    Polymer({
    });
  </script>
</polymer-element>

after

<polymer-element name="x-foo"></polymer-element>
<!-- snip -->
<script>Polymer('x-foo', { });</script>

@sjmiles
Copy link
Contributor

sjmiles commented Apr 21, 2014

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
.

@aomarks aomarks transferred this issue from Polymer/polymer-bundler Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants