Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2013-10-27 07:49:28 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 09:08:57 +0400
commit0d640d575d9a9e1a25b295450ae626f18ce1eb34 (patch)
tree53677199ba05e03741b5007ea424b1ab40e196f0 /Makefile
parentcc710cd64b28be10edefa4d680230f806b4448fd (diff)
use local browserify
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9f37d5..79e27ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
.PHONY : default
default:
- browserify --debug index.js > chrome/bundle.js
+ ./node_modules/.bin/browserify --debug index.js > chrome/bundle.js
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --load-and-launch-app=chrome