From 7d76dedda47f01cb571fe3e8cec7e773413e355d Mon Sep 17 00:00:00 2001 From: ndarville Date: Sun, 30 Sep 2012 01:11:59 +0300 Subject: [PATCH 1/2] Typo :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d68595..67fb4c8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If one of [the existing models](https://github.com/novus/nvd3/tree/master/src/mo Minifying your fork: -The Makefile requires [UgligyJS](https://github.com/mishoo/UglifyJS). +The Makefile requires [UglifyJS](https://github.com/mishoo/UglifyJS). The easist way to install is to install via npm. Run `npm install uglify-js` from your home directory, then add the output from `npm bin` From 2ebef396734d8e01bad48bbfffaaee7177792e7f Mon Sep 17 00:00:00 2001 From: ndarville Date: Sun, 30 Sep 2012 03:16:58 +0300 Subject: [PATCH 2/2] Caught another uglify gremlin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fb4c8..eacd030 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ uglify-js` from your home directory, then add the output from `npm bin` into your path so that you have access to `uglifyjs` from the command line (remember to restart your terminal window when adding to the path.) -Once you have `ugligfyjs` command available, running `make` from your +Once you have `uglifyjs` 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.