fix submodule browserify

This commit is contained in:
Manuel Araoz 2015-01-15 15:55:06 -03:00
parent b63376b1ed
commit 36100b6a7b
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ 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';
}