Counter-Up icon indicating copy to clipboard operation
Counter-Up copied to clipboard

Is it support installing with Bower?

Open zhanghuanchong opened this issue 8 years ago • 5 comments

zhanghuanchong avatar Jan 13 '16 04:01 zhanghuanchong

Looks yes:

bower install --save counter-up

It's best that we can add it to README.md

zhanghuanchong avatar Jan 13 '16 04:01 zhanghuanchong

The waypoints.js wasn't installed after running bower. Is it possible that it will also be installed?

zhanghuanchong avatar Jan 13 '16 04:01 zhanghuanchong

  1. You need to bower install Waypoints yourself.
  2. It only works with Waypoints V2.0.3 (the latest version is V4.0.0)
bower install waypoints#=2.0.3 --save
bower install counter-up#~1.0.0 --save

pantaluna avatar Mar 17 '16 22:03 pantaluna

I have a PR open that allows for Waypoints versions 3+ if you'd like to use it :)

ravenroc avatar Mar 18 '16 02:03 ravenroc

In my fork I merged a bunch of PRs along with @digsite one. I re-published the package on Bower and NPM as jquery.counterup, if you want to check it out.

ciromattia avatar Mar 24 '16 11:03 ciromattia