diff --git a/browser/build.js b/browser/build.js index cf94cdf5d..bf24609d6 100644 --- a/browser/build.js +++ b/browser/build.js @@ -61,6 +61,13 @@ var createBitcore = function(opts) { console.log('Must use either -s or -a option. For more info use the --help option'); process.exit(1); } + + if (opts.submodules) { + for (var i = 0; i