Last Updated: February 25, 2016
·
291
· dei79

private bower components, a simple solution

Bower is an amazing solution to bring structure into javascript based projects. Without bower the reusing of components on git repositories would be a mess. During my current project I searched for a solution to integrate private bower based components into my closed source project. All I had was a private git server with the option to create infinite repositories.

This article describes the way I solved this without building a complex private registry: http://blog.dirk-eisenberg.de/2014/07/19/private-bower-components-a-simple-solution/