How to register a local git package in Bower?
Option 1: Public Bower registration Bower is built mostly to share public (client-side) code in a “non-opinionated” manner. The primary use case, then, is to have a publicly accessible repository (on GitHub) that is registerd with a name and git repository url. I just did this myself: bower register linksoup git://github.com/automatonic/linksoup This is just telling … Read more