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