yeoman / generator-polymer

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

Putting seed template files in their own directory. #41

Closed aendra-rininsland closed 10 years ago

aendra-rininsland commented 10 years ago

See #39. Might also fix #36 — I noticed that issue when I was using with the prior directory structure and so far have not run into it again.

aendra-rininsland commented 10 years ago

Note: this currently breaks gp.sh, which expects everything in the top-level directory. I'll try to find a fix for that today.

Edit: Okay, I've done this horribly wrong. Apologies, git needs to be at the top-level of the component and not the top-level of development. Amending pull request as such. Please don't merge until I've removed this — thanks!

I think I actually might have gotten it right the first time, just what I'm testing on is irregular. Double-checking now...

Update: Yep, seems good to go.

addyosmani commented 10 years ago

@robdodson still needed?

robdodson commented 10 years ago

Don't think so. We've separated the seed stuff from the default app generator

aendra-rininsland commented 10 years ago

The current version is a much better solution than what I proposed; thanks for doing that!