#!/bin/bash

browserify index.js -o browser/bitcore.js
ls test/*.js | xargs browserify -o browser/tests.js
