From 45dfa0691fec4eeb980655f11ae9c8c095cab1ba Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Thu, 27 Sep 2012 02:59:17 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e28f2b..1d68595 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ line (remember to restart your terminal window when adding to the path.) Once you have `ugligfyjs` command available, running `make` from your fork's root directory will rebuild both `nv.d3.js` and `nv.d3.min.js`. +Without UglifyJS, you won't get the minified version when running make. + +**We ask that you DO NOT minify pull requests... +If you need to minify please build pull request in separate branch, and +merge and minify in yout master. +