From ee04af636252f45a61ed6ecadd7f4eb14554ee4f Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 13 Mar 2014 15:06:13 -0300 Subject: [PATCH] check submodule validity --- browser/build.js | 7 +++++++ 1 file changed, 7 insertions(+) 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