Browse Source

Merge pull request #7593 from DVLP/easy-build

Build using npm start, added missing deps
Mr.doob 9 years ago
parent
commit
24dcdd45cf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      package.json

+ 4 - 1
package.json

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