1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-25 07:11:48 -05:00
mail/res/copy-deps.sh

10 lines
215 B
Bash
Raw Normal View History

2013-05-16 16:54:56 +02:00
#!/bin/sh
echo "--> copying dependencies to src\n"
# go to root
cd `dirname $0`
cd ..
2013-06-10 17:57:33 +02:00
cp ./node_modules/crypto-lib/src/*.js ./src/js/crypto/
cp ./node_modules/crypto-lib/node_modules/node-forge/js/*.js ./src/lib/