jieter / Leaflet.Sync

Synchronized view of two maps.
http://jieter.github.io/Leaflet.Sync/examples/dual.html
BSD 3-Clause "New" or "Revised" License
235 stars 53 forks source link

Register plugin as Bower component #17

Closed danimt closed 10 years ago

danimt commented 10 years ago

Is it possible to register Leaflet.Sync as a bower component?

http://bower.io/#registering-packages

Thanks

jieter commented 10 years ago
~/tmp$ bower install Leaflet.Sync
bower cached        git://github.com/turban/Leaflet.Sync.git#0.0.2
bower validate      0.0.2 against git://github.com/turban/Leaflet.Sync.git#*
bower install       Leaflet.Sync#0.0.2

Leaflet.Sync#0.0.2 bower_components/Leaflet.Sync

I probably should have used a lower case name, since that seems to be the convention and bower is case sensitive. Thoughts?

danimt commented 10 years ago

Yes, maybe you should use a lower case name, you can register it with lower case and ask to unregister the old one here https://github.com/bower/bower/issues/120.

jieter commented 10 years ago

Ok, did that.

danimt commented 10 years ago

Thank you! :+1: