mv log to util
This commit is contained in:
parent
581991b83e
commit
cfa5748f74
18 changed files with 32 additions and 26 deletions
|
|
@ -109,8 +109,8 @@ var createBundle = function(opts) {
|
|||
|
||||
// The following 2 lines fix karma tests
|
||||
b.require('sjcl');
|
||||
b.require('./js/log', {
|
||||
expose: '../log.js'
|
||||
b.require('./js/util/log', {
|
||||
expose: '../../log.js'
|
||||
});
|
||||
|
||||
if (opts.debug) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue