trying to fix submodule browserify

This commit is contained in:
Manuel Araoz 2015-01-15 15:43:42 -03:00
parent 7c30479052
commit e8b682f289
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ function startGulp(name, opts) {
if (isSubmodule) {
browserifyCommand = './node_modules/.bin/browserify --require index.js:' + fullname + ' --external bitcore -o ' + fullname + '.js';
console.log(browserifyCommand);
} else {
browserifyCommand = './node_modules/.bin/browserify --require index.js:bitcore -o bitcore.js';
}