瀏覽代碼

Merge pull request #7593 from DVLP/easy-build

Build using npm start, added missing deps
Mr.doob 9 年之前
父節點
當前提交
24dcdd45cf
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -9,6 +9,7 @@
     "test": "test"
     "test": "test"
   },
   },
   "scripts": {
   "scripts": {
+    "build": "cd ./utils/build && node build.js --include common --include extras",
     "test": "echo \"Error: no test specified\" && exit 1"
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   },
   "repository": {
   "repository": {
@@ -28,7 +29,9 @@
   },
   },
   "homepage": "http://threejs.org/",
   "homepage": "http://threejs.org/",
   "devDependencies": {
   "devDependencies": {
+    "argparse": "^1.0.3",
     "jscs": "^1.13.1",
     "jscs": "^1.13.1",
-    "lodash": "^3.10.0"
+    "lodash": "^3.10.0",
+    "uglify-js": "^2.6.0"
   }
   }
 }
 }