moved copayBundle.js

This commit is contained in:
Mario Colque 2014-04-10 12:36:17 -03:00
parent edd050c8f9
commit c165efa9e4
2 changed files with 2959 additions and 1 deletions

2958
js/copayBundle.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -63,7 +63,7 @@ if (require.main === module) {
.option('-o, --stdout', 'Specify output as stdout')
.parse(process.argv);
var copayBundle = createBundle(program);
copayBundle.pipe(program.stdout ? process.stdout : fs.createWriteStream('lib/copayBundle.js'));
copayBundle.pipe(program.stdout ? process.stdout : fs.createWriteStream('js/copayBundle.js'));
}
module.exports.createBundle = createBundle;