build_debug.sh 196 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 --output ../../build/three.min.js