From 741333fdd1223d4ab3c3351acac6b6aeb8a4948e Mon Sep 17 00:00:00 2001 From: Matthew Conlen Date: Tue, 7 Apr 2015 16:38:49 -0400 Subject: [PATCH] update README to Thanks for the library - it's been very useful! I hit the same problem as #24, #30. Using a full path for the browserify input fixed it for me, as well as for other people in those issue threads. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e1fa0..97845ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ sudo npm install -g disc ## Command-Line Interface ## -***Note:*** *you'll need to build your bundle with the `--full-paths` flag +***Note:*** *you'll need to build your bundle with the `--full-paths` flag, +and pass a fully qualified (not relative) input path to browserify for disc to do its thing.* ``` bash