mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
5 lines
255 B
Bash
Executable File
5 lines
255 B
Bash
Executable File
cd "$(dirname "$0")"
|
|
python builder.py deploy_files.txt -o ../build/litegraph.min.js -o2 ../build/litegraph.js --nomin
|
|
python builder.py deploy_files_mini.txt -o ../build/litegraph_mini.min.js -o2 ../build/litegraph_mini.js --nomin
|
|
chmod a+rw ../build/*
|