aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-02-01 19:07:03 +0000
committerAdam Spiers <git@adamspiers.org>2015-02-01 19:07:03 +0000
commitb9c70b6685bebae2fa06ee0eef8b057f9df2ebe3 (patch)
tree42da9368be85ac435340052e0e20fdae438c7ef4 /README.md
parentdc8a60ae3d4a12bf74a1f035c33b7115befc2c0a (diff)
downloadgit-deps-b9c70b6685bebae2fa06ee0eef8b057f9df2ebe3.tar.gz
fix suggested browserify command and suggest watchify0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60831f8..c42e88c 100644
--- a/README.md
+++ b/README.md
@@ -92,8 +92,11 @@ functionality, you will need to install some dependencies:
cd html
npm install
- browserify -t coffeeify -d js/git-deps-graph.js -o js/bundle.js
+ browserify -t coffeeify -d js/git-deps-graph.coffee -o js/bundle.js
+ (If you are developing `git-deps` then replace `browserify` with
+ `watchify -v` in order to continually regenerate `bundle.js`
+ whenever any of the input files change.)
* You will need the [Flask](http://flask.pocoo.org/) Python
module installed.