build.sh 205 B

12345
  1. #!/bin/sh
  2. cd "$(dirname "$0")"
  3. python build.py --include common --include extras --output ../../build/three.js
  4. python build.py --include common --include extras --minify --output ../../build/three.min.js