mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8678550a94
This replaces the docs-test npm script
11 lines
205 B
Python
11 lines
205 B
Python
filegroup(
|
|
name = "templates",
|
|
srcs = glob([
|
|
"**/*.html",
|
|
"**/*.js",
|
|
"**/*.json",
|
|
"**/*.xml",
|
|
]),
|
|
visibility = ["//aio/tools/transforms:__subpackages__"],
|
|
)
|