commit | 6b3775ada615de3e8c97980f993b13c8ea59d053 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Jun 28 11:18:44 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Jul 11 09:35:13 2018 -0700 |
tree | 010c868f05fed3c95784f4183f7a5b4813cb2436 | |
parent | 970b964b4187ebdc7cec09c03b93200f62229182 [diff] [blame] |
Bazel build of ONOS GUI package Change-Id: Id5f9931c38f82afcdcefc49171dd79f2f5bdad14
diff --git a/tools/gui/BUILD b/tools/gui/BUILD new file mode 100644 index 0000000..49f18fc --- /dev/null +++ b/tools/gui/BUILD
@@ -0,0 +1,6 @@ +exports_files( + [ + "package.json", + "gulpfile.babel.js", + ], +)