diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 12:58:53 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 12:58:53 +0000 |
commit | 1caef36fdeae554d5cc8bef3ca2734755bd70f08 (patch) | |
tree | 81e37df632f0b2731340007fd4f3d9bfc50be4a8 /README.md | |
parent | 7c4829a963fa15b4b7e90c58d0aaae58b4dc0a1f (diff) | |
download | git-deps-1caef36fdeae554d5cc8bef3ca2734755bd70f08.tar.gz |
fix browserify command
We ditched main.js a while ago because it resulted in hiding globals
from in-browser debugging.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ you will need to install some dependencies: cd html npm install - browserify -d js/main.js -o js/bundle.js + browserify -d js/git-deps-graph.js -o js/bundle.js * You will need the [Flask](http://flask.pocoo.org/) Python module installed. |