copay tests in the browser!
This commit is contained in:
parent
5f6739fbfc
commit
a658ec8452
10 changed files with 131 additions and 12 deletions
7
concat.sh
Executable file
7
concat.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
cd vendor/
|
||||
cat browser-adapter.js crypto-2.0.js crypto-3.1.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > vendor-bundle.js
|
||||
mv vendor-bundle.js ../
|
||||
cd ../
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue