yeoman / generator-polymer

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

Duplicate demo in gh.sh #262

Closed abdonrd closed 7 years ago

abdonrd commented 8 years ago

In the https://github.com/yeoman/generator-polymer/blob/master/gh/templates/gp.sh#L47-L48

Why this?

rm -rf components/$repo/demo
mv demo components/$repo/

Instead of this?

rm -rf demo
abdonrd commented 8 years ago

Friendly ping to @robdodson. :)

robdodson commented 8 years ago

I think (but may be mistaken) that it's replacing the tagged demo with whatever one you're currently actively developing

abdonrd commented 8 years ago

But... It is not the same content? Previous has a git checkout.

abdonrd commented 7 years ago

Close in favor to Polymer/polymer-cli! 🎉