Merge branch 'understandable-error-messages-from-uglifyjs' of https://github.com/motin/nvd3 into development

master
Robin Hu 11 years ago
commit f8092dbba5

@ -50,7 +50,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

Loading…
Cancel
Save