Skip to content

Instantly share code, notes, and snippets.

@martdn
Last active March 15, 2016 12:04
Show Gist options
  • Save martdn/6d934d5a45f9403e8768 to your computer and use it in GitHub Desktop.
Save martdn/6d934d5a45f9403e8768 to your computer and use it in GitHub Desktop.
Bower proxy configuration
//В корне проекта, в файле .bowerrc прописываем конфигурацию proxy
{
"directory": "app/components/",
"proxy":"http://user:password@host:8080",
"https-proxy":"http://user:password@host:8080"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment