Add underscore to bower and karma conf
This commit is contained in:
parent
a0c7d2cb66
commit
e2df438485
5 changed files with 10 additions and 3 deletions
|
|
@ -43,6 +43,9 @@ var createBundle = function(opts) {
|
|||
b.require('browser-request', {
|
||||
expose: 'request'
|
||||
});
|
||||
b.require('underscore', {
|
||||
expose: 'underscore'
|
||||
});
|
||||
|
||||
b.require('./copay', {
|
||||
expose: 'copay'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue