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

Update polymer skeleton from editor to work with latest run as polymer option #13590

Closed
sethladd opened this issue Sep 25, 2013 · 3 comments
Closed
Assignees
Milestone

Comments

@sethladd
Copy link
Contributor

From the mailing list:

Got the "Deploy Polymer App" functionality to work in a new polymer app:

  1. create new polymer application
  2. modify build.dart:

import 'package:polymer/builder.dart';
        
main() {
  build( entryPoints: ['web/test_polymer.html', 'web/clickcounter.html']);
}

  1. add library line to clickcounter.dart. e.g.:

library clickcounter;

  1. add library line to main dart file:

library main;

  1. right click on main html file and select "Deploy Polymer App"
  2. right click on main html file in the "out" directory created in the previous step, select "Run as JavaScript"
  3. you're running your polymer app as javascript!
@sethladd
Copy link
Contributor Author

cc @keertip.

@keertip
Copy link
Contributor

keertip commented Sep 25, 2013

Set owner to @keertip.
Added this to the M8 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@keertip
Copy link
Contributor

keertip commented Sep 26, 2013

https://codereview.chromium.org/24480005/


Removed this from the M8 milestone.
Added this to the M7 milestone.
Added Fixed label.

@sethladd sethladd added this to the M7 milestone Sep 26, 2013
This issue was closed.
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