How to install latest (untagged) state of a repo using bower?
问题 I have a very small repo in which I do all dev work in the master branch and use tags as \"stable\" points in history. I guess by default Bower seems to fetch the latest tagged version of a repo. I\'m trying to get the most recent commit in the master branch. I\'ve tried running all these, in every conceivable order: bower cache-clean mypackage bower install mypackage --force-latest bower install mypackage --force --force-latest bower install mypackage --force I\'ve also tried adding latest