build(cordova): Begin basing cordova build on more standard config.xml

This completes the installations of cordova-plugin-qrscanner, including
required changes to config.xml. Where possible, other plugins are now
included with versioning in config.xml.
This commit is contained in:
Jason Dreyzehner 2016-09-30 21:18:54 -04:00
commit 15836bb817
9 changed files with 103 additions and 66 deletions

View file

@ -141,7 +141,8 @@ module.exports = function(grunt) {
'src/js/externalServices.js',
'src/js/init.js',
'src/js/trezor-url.js',
'bower_components/trezor-connect/login.js'
'bower_components/trezor-connect/login.js',
'node_modules/cordova-plugin-qrscanner/dist/cordova-plugin-qrscanner-lib.min.js'
],
dest: 'public/js/copay.js'
},