From 7b49a8bed0a6c8e50adba8fc6c53c39d330bfa0c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 4 Mar 2014 18:43:32 -0500 Subject: fix travis stuff --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d854ca..72eb70c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ WEBPMUX ?= webpmux CONVERT ?= convert APNGASM ?= apngasm NPM ?= npm -DUGLIFYJS := node_modules/uglify-js/bin/uglifyjs +DUGLIFYJS := node_modules/.bin/uglifyjs UGLIFYJS ?= $(DUGLIFYJS) #PACKR ?= packr #CLOSURE_COMPILER ?= java -jar compiler.jar @@ -183,6 +183,7 @@ endif ifeq ($(DUGLIFYJS), $(UGLIFYJS)) $(UGLIFYJS): package.json $(NPM) update + touch "$@" endif # === MISC === -- cgit v1.2.3-54-g00ecf