Bazel build of ONOS GUI package
Change-Id: Id5f9931c38f82afcdcefc49171dd79f2f5bdad14
diff --git a/web/gui/BUCK b/web/gui/BUCK
index 3796e5b..df70a20 100644
--- a/web/gui/BUCK
+++ b/web/gui/BUCK
@@ -51,7 +51,7 @@
name = 'onos-tools-gui',
srcs = glob(['src/main/webapp/*.js', 'src/main/webapp/app/**/*.js'], excludes = ['src/main/webapp/dist/*.js']),
bash = '$(location :onos-tools-gui-exe) '
- + '$(location :node-release-' + NODE_VERSION + ') '
+ + ' $(location :node-release-' + NODE_VERSION + ') '
+ '$(location :node-bin-' + NODE_VERSION + ') > $OUT',
out = 'onos-tools-gui.log',
visibility = [ 'PUBLIC' ],