ConnorAtherton / walkway

An easy way to animate SVG elements.
http://connoratherton.com/walkway
MIT License
4.37k stars 229 forks source link

publish the latest version on bower #22

Closed izzie closed 8 years ago

izzie commented 9 years ago

current version is 0.0.4 on bower.

ConnorAtherton commented 9 years ago

screen shot 2015-01-23 at 7 48 57 am

Running bower info returns the latest 0.0.5 version. Is it different for you?

izzie commented 9 years ago

bower info is same with the screenshot. But there is the different of the "getPolylineLength" function when I checkout the source by bower install

ConnorAtherton commented 9 years ago

Just created a new empty directory and ran bower install. Inspected the source and found the same code there. Is there a problem animating polylines for you?

ivanthing commented 9 years ago

Same issue for me, it's not 0.0.5 after bower install, but I set the version is 0.05 in bower.json. Prolblem is polyline doesn't draw on Safari

ConnorAtherton commented 9 years ago

Okay, thanks for the update. I'll investigate more.