2023-09-11 01:52:39 +00:00
|
|
|
# Takes one parameter, the destination directory
|
|
|
|
mkdir -p $1
|
2023-10-05 06:19:11 +00:00
|
|
|
cp etc/deps/jquery.js $1
|
|
|
|
cp -r etc/deps/x_ite $1
|
2024-06-10 05:07:13 +00:00
|
|
|
patch -u $1/x_ite/x_ite.d.mts -i etc/x_ite_types.patch
|
2023-10-05 06:19:11 +00:00
|
|
|
cp -r etc/deps/geotypes $1
|
2024-06-10 05:07:13 +00:00
|
|
|
cp -rL node_modules/vrml1to97/{deps,vrml1to97,streamToString.js} $1
|
|
|
|
cp -rL node_modules/jsxgraph/distrib/jsxgraph{core.mjs,.css} $1
|
|
|
|
cp -rL node_modules/jsxgraph/distrib/index.d.ts $1/jsxgraphcore.d.mts
|
|
|
|
patch -u $1/jsxgraphcore.d.mts -i etc/jsxgraph_types.patch
|
2023-09-25 22:44:44 +00:00
|
|
|
cp -rL node_modules/colorsea/dist/index.esm.js $1/colorsea.js
|
|
|
|
cp -rL node_modules/colorsea/dist/index.d.ts $1/colorsea.d.ts
|
2024-06-10 05:07:13 +00:00
|
|
|
#patch -u $1/colorsea.d.ts -i etc/colorsea_types.patch
|
|
|
|
#FIXME: If no longer needed, remove patch
|