From cdc8e73b1b07fc662304c1c407d8fd0738b70648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Wollse=CC=81n?= Date: Mon, 11 Feb 2013 14:27:31 +0200 Subject: [PATCH] Understandable error messages from uglifyjs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8d0489..c395308 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ nv.d3.js: Makefile %.min.js:: Makefile rm -f $@ - cat $(filter %.js,$^) | $(JS_COMPILER) >> $@ + $(JS_COMPILER) nv.d3.js >> $@ clean: rm -rf nv.d3.js nv.d3.min.js