mixu / minilog

Lightweight client & server-side logging with Stream-API backends
http://mixu.net/minilog/
Other
382 stars 51 forks source link

Enable installation via Bower #12

Closed riddla closed 10 years ago

riddla commented 10 years ago

Hi there and thanks for an awesome logging library :)

I just registered minilog-bower via Bower to enable a convenient clientside installation of the library when used in the browser. Maybe you would like to integrate it in your project? If so, I will happily request the unregistration of the minilog-bower package and use your version directly.

mixu commented 10 years ago

Awesome, thanks for adding this. Merged! Do I need to do anything else for Bower to pick this up?

riddla commented 10 years ago

I just registered the merge with bower register minilog git@github.com:mixu/minilog.git and my local test via bower install minilog -S did succeed. Now we're good to go :)

mixu commented 10 years ago

Great, thanks!