aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-11-09 13:55:44 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-10 10:19:36 +0000
commita4b6182140e56fd9bdc659001984ef874402d57e (patch)
tree75ee04e7d840fb2a4e1c4f12e17f34f925d37642 /scripts
parentdb8b8672e2b7659a6ab890393cdd512049b07e80 (diff)
Remove unused jquery/d3 references.
-- MOS_MIGRATED_REVID=107377319
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 4e5870a4b1..841b294de6 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -296,7 +296,7 @@ if [ -z "${BAZEL_SKIP_JAVA_COMPILATION}" ]; then
done
create_deploy_jar "libblaze" "com.google.devtools.build.lib.bazel.BazelMain" \
- ${OUTPUT_DIR} third_party/javascript
+ ${OUTPUT_DIR}
fi
cc_build "client" "objs" "${OUTPUT_DIR}/client" ${BLAZE_CC_FILES[@]}