diff --git a/tools/mothership/ui/BUILD b/tools/mothership/ui/BUILD index 047bb95c..d9212a02 100644 --- a/tools/mothership/ui/BUILD +++ b/tools/mothership/ui/BUILD @@ -27,8 +27,10 @@ ui_bundle( go_library( name = "ui_lib", srcs = ["main.go"], + # keep embedsrcs = [ - ":bundle.js", # keep + ":bundle", # keep + "mship_gopher.png", # keep ], importpath = "go.resf.org/peridot/tools/mothership/ui", visibility = ["//visibility:private"],