Split log and logger to show the usage of jsdoc
This commit is contained in:
parent
fdf25d0124
commit
bbb539012a
5 changed files with 80 additions and 8 deletions
|
|
@ -46,11 +46,18 @@ var createBundle = function(opts) {
|
|||
b.require('underscore', {
|
||||
expose: 'underscore'
|
||||
});
|
||||
b.require('assert', {
|
||||
expose: 'assert'
|
||||
});
|
||||
|
||||
b.require('./copay', {
|
||||
expose: 'copay'
|
||||
});
|
||||
b.require('./version');
|
||||
|
||||
b.require('./js/log', {
|
||||
expose: '../js/log'
|
||||
});
|
||||
// b.external('bitcore');
|
||||
b.require('./js/models/core/WalletFactory', {
|
||||
expose: '../js/models/core/WalletFactory'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue