You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: