gh-pages branch has not been updated
Closed this issue · 4 comments
I got in a fix in for todomvc-app-css few weeks back, and noticed it wasn't working on todomvc.com. When I checked, I saw that most of the assets in the gh-pages branch haven't been touched in 9 months. Since it is a separate package, they apparently need to be kicked in order to get the updated css.
How would one go about updating the site to the latest module versions?
Another part of the issue might also be that package.json
in each test folder might link to the latest assets, but 1node_modules` is also checked in and has a much older version of the assets.
ping @samccone @addyosmani @passy any chance one of you could update (happy to do it myself if given the rights)
The fix here is to go into each example and to pull in the latest todomvc-app-css. it is a bit of a tedious task.. but I will gladly land the change :D
really? most just need an npm install, as it is within the range in their package.json. Is that not included as a step in the publish to travis process?