Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 341 Bytes

alternative

Alternatywne rozwiązania

https://bower.io/

Bower can be configured using JSON in a .bowerrc file. For example:

{
  "directory": "app/components/",
  "timeout": 120000,
  "registry": {
    "search": [
      "http://localhost:8000",
      "https://registry.bower.io"
    ]
  }
}