Change builder to use the compiler local to the repo

This commit is contained in:
RobTheFiveNine
2021-06-14 14:40:46 +01:00
parent bc4ac4724f
commit 042379fdff

View File

@@ -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