rename Hover.css => Hover in bower.json#55
Merged
IanLunn merged 1 commit intoIanLunn:masterfrom Feb 17, 2015
Merged
Conversation
Bower seems to be stripping out the .css in some commands like install and search, but not others like link.
IanLunn
added a commit
that referenced
this pull request
Feb 17, 2015
rename Hover.css => Hover in bower.json
Owner
|
Thanks. It's now |
MUDev1994
pushed a commit
to MUDev1994/Hover
that referenced
this pull request
May 26, 2023
…-Hover rename Hover.css => Hover in bower.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I checked out the github page, saw the bower.json file and opened it and copy pasted the name into my terminal to install it but it failed:
I ran
bower searchand saw its called just Hover, so I installed it successfully w/bower install Hover.I forked the library to add a new feature and used bower's
linkcommand to point my app at my local copy instead of your copy that bower installed. It couldn't find Hover though:I looked inside that directory and saw that the directory was
Hover.css, sobower link Hover.cssworked successfully.Seems like bower strips the
.cssout of the name for some commands but not all (probably a bug on their part), though its also confusing not being able to install from the name in the bower.json file, so I propose renaming it to just Hover. Since the library is already installed asbower install Hover, I don't think this should affect normal usage.