diff --git a/Makefile b/Makefile index f67b70ecb..e3c7794c9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BROWSERIFY = browserify +BROWSERIFY = ./node_modules/.bin/browserify DEPLOY_DIR = libs GLOBAL_FLAGS = -x jquery -e NPM = npm diff --git a/package.json b/package.json index 00a7cfc44..fd6432326 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ }, "devDependencies": { "precommit-hook": "3.0.0", - "uglify-js": "2.4.24" + "uglify-js": "2.4.24", + "browserify": "11.1.x" }, "license": "Apache-2.0", "scripts": {