add sjcl bundle to the repo to fix its bower dist

This commit is contained in:
Matias Alejo Garcia 2014-04-30 10:39:38 -03:00
commit adb459887e
3 changed files with 60 additions and 1 deletions

6
util/build_sjcl.sh Executable file
View 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"