Closed lozandier closed 10 years ago
The command to create a new element is yo polymer:el
. What happens if you try that?
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?)...
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 .
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
If things are looking ok on Windows is it cool if I close this?
Yup, things are looking ok on Windows; thanks for the quick help.
On Windows, when I type in
yo polymer:element x-element-name
.yo-list
andyo-greeting
are generated within theelements
folder, but not the actual element I passed in.I don't recall having this issue on a Mac.