fixing build for index.html tests
This commit is contained in:
parent
8a1a3adf90
commit
fe0bdb3eb3
1 changed files with 6 additions and 3 deletions
|
|
@ -57,15 +57,15 @@ var createBundle = function(opts) {
|
|||
b.require('./js/models/core/Wallet', {
|
||||
expose: '../js/models/core/Wallet'
|
||||
});
|
||||
b.require('./js/models/core/Wallet', {
|
||||
expose: '../js/models/core/Wallet'
|
||||
});
|
||||
b.require('./js/models/core/Wallet', {
|
||||
expose: '../../js/models/core/Wallet'
|
||||
});
|
||||
b.require('./test/mocks/FakeStorage', {
|
||||
expose: './mocks/FakeStorage'
|
||||
});
|
||||
b.require('./js/models/core/Message', {
|
||||
expose: '../js/models/core/Message'
|
||||
});
|
||||
b.require('./test/mocks/FakeBlockchain', {
|
||||
expose: './mocks/FakeBlockchain'
|
||||
});
|
||||
|
|
@ -90,6 +90,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/models/core/Passphrase', {
|
||||
expose: '../js/models/core/Passphrase'
|
||||
});
|
||||
b.require('./config', {
|
||||
expose: '../config'
|
||||
});
|
||||
|
||||
if (opts.dontminify) {
|
||||
//include dev dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue