From 042379fdfff9e3e382a57ec3ab28f3342d32d1c5 Mon Sep 17 00:00:00 2001 From: RobTheFiveNine <49003204+RobTheFiveNine@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:40:46 +0100 Subject: [PATCH] Change builder to use the compiler local to the repo --- utils/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/builder.py b/utils/builder.py index 8d50bac81..d776cf332 100755 --- a/utils/builder.py +++ b/utils/builder.py @@ -4,7 +4,7 @@ import re, os, sys, time, tempfile, shutil import argparse from datetime import date -compiler_path = "/usr/local/bin/compiler.jar" +compiler_path = "../node_modules/google-closure-compiler/compiler.jar" root_path = "./" #arguments