浏览代码

Move rollup.unit.config.js inside test folder, and update path in package.json

Tristan Valcke 8 年之前
父节点
当前提交
1841808755
共有 3 个文件被更改,包括 17377 次插入1 次删除
  1. 1 1
      package.json
  2. 0 0
      test/rollup.unit.config.js
  3. 17376 0
      test/unit/three.unit.js

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
   },
   "scripts": {
     "build": "rollup -c",
-    "build-test": "rollup -c rollup.unit.config.js",
+    "build-test": "rollup -c test/rollup.unit.config.js",
     "build-uglify": "rollup -c && uglifyjs build/three.js -cm --preamble \"// threejs.org/license\" > build/three.min.js",
     "build-closure": "rollup -c && java -jar utils/build/compiler/closure-compiler-v20160713.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
     "dev": "rollup -c -w",

+ 0 - 0
rollup.unit.config.js → test/rollup.unit.config.js


文件差异内容过多而无法显示
+ 17376 - 0
test/unit/three.unit.js


部分文件因为文件数量过多而无法显示