flocore/browser/build
Ryan X. Charles a481a0225e rename bundle from privsec to bitcore
...since this library is indeed likely to become the new bitcore
2014-09-01 14:59:42 -07:00

5 lines
107 B
Bash
Executable File

#!/bin/bash
browserify index.js -o browser/bitcore.js
ls test/*.js | xargs browserify -o browser/tests.js