mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
6 lines
205 B
Bash
Executable File
6 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
python build.py --include common --include extras --output ../../build/three.js
|
|
python build.py --include common --include extras --minify --output ../../build/three.min.js
|