thebird / Swipe

Swipe is the most accurate touch slider.
MIT License
6.8k stars 1.69k forks source link

Bower support? #417

Open dodozhang21 opened 10 years ago

dodozhang21 commented 10 years ago

Can this lib be made available via bower?

Thanks

schoenkaft commented 10 years ago

It's available: bower install swipejs --save-dev

Edit: bower install swipe --save-dev

dodozhang21 commented 10 years ago

Hmm I'm not having any luck with that.

http://i44.tinypic.com/w8wdqx.png

schoenkaft commented 10 years ago

Sorry, my bad!

bower install swipe --save-dev

dodozhang21 commented 10 years ago

Why doesn't the one pulled down from bower have

getNumSlides

?

bastoche commented 10 years ago

By default, bower uses version 2.0.0, which was published in March 2013. This might explain the missing getNumSlides method.

dodozhang21 commented 10 years ago

Can it be republished to the latest? As far as I know the latest is still version 2.0.0?

bastoche commented 10 years ago

The solution would rather be to publish a new version, 2.0.1 or something.

If you need a specific version that has not been released you can use a commit number in your bower config, e.g. "swipe": "#32c19c95ea09092167cd07cc783da24f79f5adf6"