briancherne / jquery-hoverIntent

hoverIntent jQuery Plug-in

Home Page:https://briancherne.github.io/jquery-hoverIntent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hoverIntent does not work well with Bower.

tisto opened this issue · comments

As far as I can see it is impossible to install a specific version of hoverIntent with Bower. If I do:

$ bower install jquery.hoverIntent

it will install the latest version. Though, if I want to pin a version:

$ bower install jquery.hoverIntent#r7

or even:

$ bower install jquery.hoverIntent#v1.8.0

Bower will fail:

bower not-cached git://github.com/LeMisterV/jquery.hoverintent.git#r7
bower resolve git://github.com/LeMisterV/jquery.hoverintent.git#r7
bower ENORESTARGET Tag/branch r7 does not exist

Is it possible to fix this in order to be able to install older versions of hoverIntent (or just pin the current version)?

It's jquery-hoverintent :)

jquery-hoverIntent i mean

Sorry for the noise and thanks a lot for your quick reply! It's easy to mix things up. My fault though. Everything works fine now. Thanks for sharing your work!

Hey, to steal the thunder here. How do you then use it, after bower install jquery-hoverIntent?