From 3861f4ac2d07cee6df20e08212def549e2b04cce Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Mar 2013 11:08:22 -0700 Subject: [PATCH] Unconditional uglify path (fixes #966) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b4df67be..59e6895ec 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # See the README for installation instructions. -NODE_PATH ?= ./node_modules -UGLIFY = $(NODE_PATH)/uglify-js/bin/uglifyjs +UGLIFY = ./node_modules/uglify-js/bin/uglifyjs JS_BEAUTIFIER = $(UGLIFY) -b -i 2 -nm -ns JS_COMPILER = $(UGLIFY) LOCALE ?= en_US