Skip to content

Commit

Permalink
use projects locally installed browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Oct 21, 2014
1 parent a697dcc commit f5de589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node browser/build -s lib/Key,lib/SINKey,lib/SIN,util/util
cd ../../
cp node_modules/bitcore/browser/bundle.js dist/bitcore.bundle.js
echo "Building browser bundle for bitauth..."
browserify lib/bitauth.js -s bitauth -x buffertools -x bitcore -o dist/bitauth.bundle.js
node_modules/.bin/browserify lib/bitauth.js -s bitauth -x buffertools -x bitcore -o dist/bitauth.bundle.js
echo "Minifying bitcore and bitauth..."
node_modules/.bin/uglifyjs dist/bitcore.bundle.js dist/bitauth.bundle.js -o dist/bitauth.browser.min.js
echo "Done!"

0 comments on commit f5de589

Please sign in to comment.