Skip to content

Commit

Permalink
add a note about uglying (to avoid issues with typeForce)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Apr 9, 2015
1 parent 5fee511 commit 5793232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 5793232

Please sign in to comment.