From 7ed1982100cb42e778eab5d83a1281e45ff18013 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 5 Jan 2014 18:21:19 -0500 Subject: Actually start using uglifyjs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e281264..ede4145 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ $(DUMP)/ui/ctc_anim.webp: $(CTC_ANIM_TMP_WEBP) js: www/js/all.min.js -www/js/all.min.js: $(shell find www/js -name '*.js' ! -name all.min.js) +www/js/all.min.js: www/js/lib/when/when.js www/js/lib/modernizr-build.js www/js/html5ks.js www/js/menu.js www/js/api.js www/js/play.js www/js/images.js www/js/characters.js www/js/imachine.js www/js/i18n.js $(UGLIFYJS) $^ -o $@ --source-map $@.map --source-map-root / -p 2 -c -m clean: -- cgit v1.2.3-70-g09d2