From 5e363b515b3ec3ac11b2515d35779d8af511b6c6 Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 15 Sep 2015 20:26:23 -0500 Subject: [PATCH] Uses uglifyjs from the local installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3c7794c9..c8d0f5168 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DEPLOY_DIR = libs GLOBAL_FLAGS = -x jquery -e NPM = npm OUTPUT_DIR = . -UGLIFYJS = uglifyjs +UGLIFYJS = ./node_modules/.bin/uglifyjs all: compile deploy clean uglify