I've installed the add-on and configured myBowerConfig.json file. I don't want any bower component to be fetched from the github/internet. So, made the "disabled":true in "public" after I installed the add on.
I've many bower components locally on my drive. All, I need is to copy those components to private bower repository. But, I don't know where to add my local bower components to the private repository. Any help would be appreciated.
End goal: When any of the users enters bower install (component name). It should install only if the component is present in my private repository.
Hi,
I've installed the add-on and configured myBowerConfig.json file. I don't want any bower component to be fetched from the github/internet. So, made the "disabled":true in "public" after I installed the add on.
I've many bower components locally on my drive. All, I need is to copy those components to private bower repository. But, I don't know where to add my local bower components to the private repository. Any help would be appreciated.
End goal: When any of the users enters bower install (component name). It should install only if the component is present in my private repository.
Thanks