2020-03-18 12:01:41 -04:00
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
2020-04-24 16:14:28 -04:00
|
|
|
# Make source files available for distribution via pkg_npm
|
|
|
|
filegroup(
|
|
|
|
name = "files",
|
|
|
|
srcs = glob(["*"]),
|
|
|
|
)
|
|
|
|
|
2020-03-18 12:01:41 -04:00
|
|
|
exports_files([
|
|
|
|
"index.html",
|
|
|
|
"index.ts",
|
|
|
|
"styles.css",
|
|
|
|
])
|