-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bower does not update dependencies with branch as version #1242
Comments
It sees the that the commit hash has changed, but does not actually do anything with it :( |
I can confirm. Bower updates package only after This is definitely connected with #1211 where overwriting cache were disabled. bower 1.3.1 is OK. We should probably introduce @benschwarz What do you think? |
I think a user calling |
@benschwarz What cache? All cache or selectively? It is weird. Besides as described in #1211 removing cache in any way produces lot of concurrency problems. I think that entirely disabling cache for moving versions (like branches) is the best option. |
👍 |
👍 I'm having the same problem. Apart from |
For now only downgrading to 1.3.1 |
Thanks. That sounds good. |
Fixed on master. It'll be released in 1.3.3 |
I have a git repository in my dependencies:
This should always fetch the newest version of the branch "develop" (when using
bower update
), but it doesn't. To get the newest version after someone pushed to it, I have to clean the bower cache, delete the directory in in my bower_components-folder, and do abower update
.The text was updated successfully, but these errors were encountered: