wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

Github repo caching? #121

Closed thesublimeobject closed 9 years ago

thesublimeobject commented 9 years ago

For some reason, when I build out a new project yeopress continues to pull from older versions of my github theme repo. This has happened continuously for quite awhile through several updates and I can't figure out why. Does yeopress/yeoman cache these files?

wesleytodd commented 9 years ago

Yeoman does do caching for remotes. Maybe you could try using a tag instead of a branch name? That should bust the cache.

If that doesn't work your you I suggest you open an issue on the generator project.

benjaminallison commented 9 years ago

Just had this happen to me. Developing a theme, and keep pulling it into new sites using Yeopress, and I'm getting a version that was several commits ago. Seems like this is a Yeoman issue but was possibly resolved:

https://github.com/yeoman/generator/pull/247