diff options
author | Adam Spiers <git@adamspiers.org> | 2015-02-01 19:07:03 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-02-01 19:07:03 +0000 |
commit | b9c70b6685bebae2fa06ee0eef8b057f9df2ebe3 (patch) | |
tree | 42da9368be85ac435340052e0e20fdae438c7ef4 | |
parent | dc8a60ae3d4a12bf74a1f035c33b7115befc2c0a (diff) | |
download | git-deps-b9c70b6685bebae2fa06ee0eef8b057f9df2ebe3.tar.gz |
fix suggested browserify command and suggest watchify0.1.0
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |