diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-04 18:43:32 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-04 18:43:32 -0500 |
commit | 7b49a8bed0a6c8e50adba8fc6c53c39d330bfa0c (patch) | |
tree | 248a43c29c0161f8d5d53c4ddacfdae0adc1c7fd /Makefile | |
parent | f8bd20be5a331ad1baddbe55388500a1234926fd (diff) | |
download | html5ks-7b49a8bed0a6c8e50adba8fc6c53c39d330bfa0c.tar.xz html5ks-7b49a8bed0a6c8e50adba8fc6c53c39d330bfa0c.zip |
fix travis stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 === |