Understandable error messages from uglifyjs

This commit is contained in:
Fredrik Wollsén 2013-02-11 14:27:31 +02:00
parent 7058d5382b
commit cdc8e73b1b

View File

@ -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