diff options
author | Azul <azul@leap.se> | 2012-07-20 10:56:36 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-07-20 10:56:36 +0200 |
commit | 50de80c5e817476ac95a096c718a66f5555fcd05 (patch) | |
tree | e05a25868a999557e2788a91f41da3a5a8a1a0b0 /javascript/jsPacker/build-pack.sh | |
parent | 07fe2d8976db0ec267bd57ded90778f0d7695478 (diff) |
INCOMPATIBLE: major restructuring of the repository
* removed Django code - we're keeping the tests - so I hope the two can still be used together
* removed js packer - everyone has their own packaging strategy these days
* cleaned up the repository - we only have js so javascript directory does not make much sense
Diffstat (limited to 'javascript/jsPacker/build-pack.sh')
-rw-r--r-- | javascript/jsPacker/build-pack.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/javascript/jsPacker/build-pack.sh b/javascript/jsPacker/build-pack.sh deleted file mode 100644 index efef148..0000000 --- a/javascript/jsPacker/build-pack.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -cat ../SHA256.js ../prng4.js ../rng.js ../jsbn.js ../jsbn2.js ../srp.js > utils.js -perl jsPacker.pl -fsq -e62 -i utils.js -o ../srp.min.js -rm utils.js |