Closed afc163 closed 11 years ago
I would like to second this. Then we could use it from Bower without having to run off of the master repository (where breaking changes may occur).
Oh, great idea. Done and thank you.
Running bower install Keypress#1.0.8
is still giving me the error bower ENORESTARGET No tag found that was able to satisfy 1.0.8
. So Bower is still searching the git repository for an actual tag. I'm not sure why bower.json isn't being looked at -- my best guess is that running git tag 1.0.8
is the easiest way to resolve this.
Oh, and a sidenote. Found this in the Bower spec document:
main [string|array of strings]
The primary acting files necessary to use your package. While Bower does not directly use these files, they are listed with the commands
bower list --json
andbower list --paths
, so they can be used by build tools. Do not include minified files. Files should not be versioned (Bad: package.1.1.0.js; Good: package.js).
(emphasis added)
Don't know if you care about that, but thought you'd like to know.
Good to know about the main tag. I didn't look closely enough at that I guess.
I did do git tag, not sure why it's not taking. Could just take some time for Bower to play catch up? edit: I just tried bower install Keypress#1.0.8 and it went off without a hitch.
I noticed that there are no tags in the GitHub list of tags for this repository. Is it possible that the tags have not been pushed up?
git push --tags
Yeah, that was it. Thanks.
Didn't notice that you'd just replied, and was trying it again myself.
My response: "WTF? This was broken 30 seconds ago!"
Great that it worked out.
Well the weird thing is the install worked for me BEFORE I did git push --tags. :?
Eh, I guess we'll never know. It's just one of those things.
This problem suddenly appearing now. Anybody getting it ?
That would be helpful, thx!