updated package.json
authorTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 23:37:35 +0000 (19:37 -0400)
committerTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 23:37:35 +0000 (19:37 -0400)
enyo-client/application/tools/minify.sh
package.json

index bec4aef..2778144 100755 (executable)
@@ -4,10 +4,8 @@ cd `dirname $0`
 PWD=$(pwd)
 
 # build enyo
-pushd ../../../lib/enyo-x/enyo
-./tools/deploy.js -p source/package.js
-cp build/enyo.* ../../../enyo-client/application/build/
-rm -rf build deploy
+pushd ../../../
+./lib/enyo-x/enyo/tools/deploy.js -p lib/enyo-x/enyo/source/package.js -b enyo-client/application/build
 popd
 
 # build app
index 5501347..c9a6d15 100644 (file)
   },
   "bundledDependencies": [
     "fluentreports",
-    "json-patch",
-    "nopt",
-    "shelljs",
-    "uglify-js",
-    "walker"
+    "json-patch"
   ],
   "optionalDependencies": {
     "xtuple-query": "~1.0.0",
@@ -94,7 +90,6 @@
     "build-basic-quickstart": "./scripts/build_app.js -d quickstart --databaseonly -e foundation-database -i -s foundation-database/quickstart_data.sql",
     "jshint": "./node_modules/.bin/jshint --exclude node-datasource/lib/query/node_modules lib/backbone-x/source lib/enyo-x/source lib/tools/source enyo-client/application/source/ enyo-client/extensions node-datasource",
     "preinstall": "cd node-datasource/lib/query ; npm install",
-    "prepublish": "npm dedupe --silent",
     "start": "node_modules/.bin/nodemon --debug --watch node-datasource",
     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",