Ничто в bower_components при использовании распознавателя nexus3 - PullRequest
0 голосов
/ 30 сентября 2019

Вот мой файл bowerrc. Любая помощь приветствуется.

{
  "directory": "app/bower_components",
  "registry": {
      "search": [
        "http://fpnex001.na.atxglobal.com:8081/nexus/repository/bower-all/"
      ]
    },
  "strict-ssl": false,
  "resolvers" : [ "bower-nexus3-resolver" ]
}
...