mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Add a build target that includes only the core library
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
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
|
||||
python builder.py deploy_files_core.txt -o ../build/litegraph.core.min.js -o2 ../build/litegraph.core.js
|
||||
chmod a+rw ../build/*
|
||||
|
||||
1
utils/deploy_files_core.txt
Normal file
1
utils/deploy_files_core.txt
Normal file
@@ -0,0 +1 @@
|
||||
../src/litegraph.js
|
||||
Reference in New Issue
Block a user