Add a build target that includes only the core library

This commit is contained in:
RobTheFiveNine
2021-06-14 14:41:26 +01:00
parent 042379fdff
commit 5717013478
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
../src/litegraph.js