summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-05 18:21:19 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-05 18:21:19 -0500
commit7ed1982100cb42e778eab5d83a1281e45ff18013 (patch)
treeb1b9da01c753cdf913641649aec8348eb6388a99 /Makefile
parentf52ab3d341b54e77a6fd835f3de160f134ac4a83 (diff)
downloadhtml5ks-7ed1982100cb42e778eab5d83a1281e45ff18013.tar.xz
html5ks-7ed1982100cb42e778eab5d83a1281e45ff18013.zip
Actually start using uglifyjs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: