mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
13 lines
316 B
Text
13 lines
316 B
Text
package(default_visibility = ["//:__subpackages__"])
|
|
|
|
filegroup(
|
|
name = "assets",
|
|
srcs = glob([
|
|
"*.svg",
|
|
"**/*.png",
|
|
"*.css",
|
|
]) + [
|
|
"//third_party/github.com/google/material-design-icons",
|
|
"//third_party/github.com/google/material-design-icons:LICENSE",
|
|
],
|
|
)
|