When i am trying to build my polymer application via polymer-cli, it tries to connect to github. But i have already downloaded and installed all dependencies and application runs without any issue with polymer serve.
I want to build the polymer app without github connection. Is it possible?If possible where can i disable attempting github connection? If not possible can anyone please explain why it is needed because all dependencies are already installed.
Error:-
Promise rejection: Error: Failed to execute "git ls-remote --tags --heads https://github.com/PolymerElements
I think this is built in functionality. Whenever you build, it wants to make sure it has the most up to date components. I'm not sure if there is any way to turn it off.