add sjcl bundle to the repo to fix its bower dist
This commit is contained in:
parent
7a872956b4
commit
adb459887e
3 changed files with 60 additions and 1 deletions
6
util/build_sjcl.sh
Executable file
6
util/build_sjcl.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ./lib/sjcl && \
|
||||
./configure &&\
|
||||
make && cp -v sjcl.js .. && echo "Done!" || echo " ## Please run $0 on copay root directory"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue