mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 16:54:03 +00:00
Change builder to use the compiler local to the repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user