From 977b7159c882b5ad2d4a462f8cab4764647bb4d2 Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Mon, 15 Jan 2018 13:33:33 +0900 Subject: [PATCH] fixed build --- Gruntfile.js | 9 +++++++-- app-template/index.html | 1 + www/index.html | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7876a5ddb..68ae3c35f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', diff --git a/app-template/index.html b/app-template/index.html index f3c76311d..460fef3cc 100644 --- a/app-template/index.html +++ b/app-template/index.html @@ -29,6 +29,7 @@ + diff --git a/www/index.html b/www/index.html index 0f8dcef3a..5a2642522 100644 --- a/www/index.html +++ b/www/index.html @@ -29,6 +29,7 @@ +