yeoman / generator-polymer

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

Document how to update the gh-pages branch of a seed element #170

Closed hubgit closed 8 years ago

hubgit commented 9 years ago

Is the expectation that users will run yo polymer:gh each time there's an update, or is there an easier way to get updates from the master branch into the gh-pages branch?

robdodson commented 9 years ago

yes, yo polymer:gh will do an updated push to your gh pages branch. That's as easy as I could make it :)

robdodson commented 9 years ago

Sorry didn't mean to close.

hubgit commented 9 years ago

Fair enough - it's mildly painful having to anwer the questions from scratch each time, but not a big deal :)

I'm using gulp and the npm gh-pages module for deploying Polymer apps, but there's no gulp in seed elements, so I guess that's not an option.

hubgit commented 8 years ago

Thanks for closing - I should have noted that gulp build-deploy-gh-pages is available now.