Browse Source

Build three.js too when running build_debug.sh

Mr.doob 9 năm trước cách đây
mục cha
commit
4d8a7d7c62
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      utils/build/build_debug.sh

+ 1 - 0
utils/build/build_debug.sh

@@ -1,4 +1,5 @@
 #!/bin/sh
 #!/bin/sh
 
 
 cd "$(dirname "$0")"
 cd "$(dirname "$0")"
+python build.py --include common --include extras --output ../../build/three.js
 python build.py --include common --include extras --output ../../build/three.min.js
 python build.py --include common --include extras --output ../../build/three.min.js