Explorar o código

Build using npm start, added missing deps

Pawel Misiurski %!s(int64=9) %!d(string=hai) anos
pai
achega
c03d597902
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -9,6 +9,7 @@
     "test": "test"
   },
   "scripts": {
+    "start": "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"
   }
 }