googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

Automate component version updates #24

Open arthurevans opened 10 years ago

arthurevans commented 10 years ago

Currently the polymer components in the tutorial repo are updated manually (bower update, git commit & git push). From the website, we link people to the zip download of the tutorial repo.

Could we automate this somehow?

One dependency to keep in mind: the website pulls the tutorial repo and vulcanizes the finished version o f the tutorial so we can show a demo of the app. If we change how the tutorial repo is structured, we might need to update the website build process. .