yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

Element not generated by `yo polymer:element` on Windows #73

Closed lozandier closed 10 years ago

lozandier commented 10 years ago

On Windows, when I type in yo polymer:element x-element-name. yo-list and yo-greeting are generated within the elements folder, but not the actual element I passed in.

I don't recall having this issue on a Mac.

robdodson commented 10 years ago

The command to create a new element is yo polymer:el. What happens if you try that?

lozandier commented 10 years ago

Thanks for the clarification. I got confused from an entry in Web Components in Action that had it at yo polymer:element; I knew it was odd that it kept iterating over all the same files as yo polymer (should it instead of a deprecated message?)...

robdodson commented 10 years ago

Hm, I don't know if I've heard of Web Components in Action. Is this it? http://www.manning.com/buckett2/

On Wed, Sep 10, 2014 at 7:16 PM, Kevin Lozandier notifications@github.com wrote:

Thanks for the clarification. I got confused from an entry in Web Components in Action that had it at yo polymer:element; I knew it was odd that it kept iterating over all the same files as yo polymer (should it instead of a deprecated message?)...

— Reply to this email directly or view it on GitHub https://github.com/yeoman/generator-polymer/issues/73#issuecomment-55211062 .

lozandier commented 10 years ago

Yup. It's long overdue for an update (last update was in January), but will in the next few weeks. I referred to it this evening simply to get a different perspective or more practice using generator-polymer.

On Wed, Sep 10, 2014 at 7:34 PM, Rob Dodson notifications@github.com wrote:

Hm, I don't know if I've heard of Web Components in Action. Is this it? http://www.manning.com/buckett2/

On Wed, Sep 10, 2014 at 7:16 PM, Kevin Lozandier notifications@github.com

wrote:

Thanks for the clarification. I got confused from an entry in Web Components in Action that had it at yo polymer:element; I knew it was odd that it kept iterating over all the same files as yo polymer (should it instead of a deprecated message?)...

— Reply to this email directly or view it on GitHub < https://github.com/yeoman/generator-polymer/issues/73#issuecomment-55211062>

.

— Reply to this email directly or view it on GitHub https://github.com/yeoman/generator-polymer/issues/73#issuecomment-55212109 .

Kevin Lozandier lozandier@gmail.com lozandier@gmail.com

robdodson commented 10 years ago

If things are looking ok on Windows is it cool if I close this?

lozandier commented 10 years ago

Yup, things are looking ok on Windows; thanks for the quick help.