mirror of
https://github.com/moparisthebest/mail
synced 2024-11-13 20:55:05 -05:00
10 lines
215 B
Bash
Executable File
10 lines
215 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "--> copying dependencies to src\n"
|
|
|
|
# go to root
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
cp ./node_modules/crypto-lib/src/*.js ./src/js/crypto/
|
|
cp ./node_modules/crypto-lib/node_modules/node-forge/js/*.js ./src/lib/ |