93e4b083af
This change: * adds dependencies to polygerrit-ui package.json files and defines licenses for polygerrit-ui/app dependencies. * generates new licenses.txt files. Because bower components are still in use, licenses for js packages appear twice in .txt file. In the following change duplicated licenses are removed. This is the reason for the following warning: WARNING: ..id assigned to block already in use: ... Fixed in other change in the chain. The packages from package.json are not used to build final artifact (gerrit.war), so frontend still uses Polymer 2. Change-Id: I7dc91a89640f607abc4e0c9e3577786663daa3de
10 lines
380 B
Python
10 lines
380 B
Python
# Initially, ba-linkify.js was placed in this folder
|
||
# Because BUILD file can't be in the npm package, the .js file was moved to a src/... subfolder.
|
||
# Some plugin can still use ba-linkify, so we add alias to this file, so plugins
|
||
# сan be built without any update.
|
||
alias(
|
||
name = "ba-linkify.js",
|
||
actual = "src/ba-linkify.js",
|
||
visibility = ["//visibility:public"],
|
||
)
|