Fix TensorBoard lib/css dependency (#1926)

This commit is contained in:
Daniel W Mane 2016-04-13 12:25:18 -07:00 committed by Shanqing Cai
parent 6bda8aa907
commit 09d7d91ef0

View File

@ -12,9 +12,10 @@ filegroup(
srcs = [
"dist/index.html",
"dist/tf-tensorboard.html",
"//tensorflow/tensorboard/bower:bower",
"TAG",
] + glob(["lib/**/*"]),
"//tensorflow/tensorboard/bower:bower",
"//tensorflow/tensorboard/lib:all_files",
],
)
py_binary(