From 57932324ab7443091ae674026f908ebc3825ef67 Mon Sep 17 00:00:00 2001 From: Ruben de Vries Date: Thu, 9 Apr 2015 14:52:43 +0200 Subject: [PATCH] add a note about uglying (to avoid issues with typeForce) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c6610de..89fac42 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ You will then be able to load `foobar.js` into your browser, with each of the de **NOTE**: See our package.json for the currently supported version of browserify used by this repository. +**NOTE**: If you're planning to uglify/minify the javascript, make sure to exclude the following variable names from being mangled: +`['Buffer', 'BitInteger', 'Point', 'Script', 'ECPubKey', 'ECKey']` + ## Examples