fixed build
This commit is contained in:
parent
d13b379ad5
commit
977b7159c8
3 changed files with 9 additions and 2 deletions
|
|
@ -138,11 +138,16 @@ module.exports = function(grunt) {
|
|||
'bower_components/angular-mocks/angular-mocks.js',
|
||||
'bower_components/ngtouch/src/ngTouch.js',
|
||||
'angular-bitauth/angular-bitauth.js',
|
||||
'angular-bitcore-wallet-client/angular-bitcore-wallet-client.js',
|
||||
'bitcoin-cash-js/bitcoin-cash-js.js'
|
||||
'angular-bitcore-wallet-client/angular-bitcore-wallet-client.js'
|
||||
],
|
||||
dest: 'www/lib/angular-components.js'
|
||||
},
|
||||
bitcoinCashJs: {
|
||||
src: [
|
||||
'bitcoin-cash-js/bitcoin-cash-js.js'
|
||||
],
|
||||
dest: 'www/lib/bitcoin-cash-js.js'
|
||||
},
|
||||
js: {
|
||||
src: [
|
||||
'src/js/app.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue