From 8f346947ff82c11f087a753a671ab09737abb957 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 18 Feb 2014 10:59:50 -0500 Subject: even more stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 596cda0..0e3e0bc 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ JSOUT := www/js/all.min.js js: $(JSOUT) -$(JSOUT): $(JS) .modules +$(JSOUT): $(JS) modules $(UGLIFYJS) $(JS) -o "$@" --source-map "$@".map --source-map-url ./all.min.js.map -p 2 -m -c drop_debugger=false # === MISC === -- cgit v1.2.3-54-g00ecf