From 9f6c5db2a6ed10d3152fcb4aed8733043833362b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 6 Feb 2011 15:37:39 -0800 Subject: fix script name in watchr-docs.rb --- watchr-docs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchr-docs.rb b/watchr-docs.rb index 83ba9c72..239ac675 100644 --- a/watchr-docs.rb +++ b/watchr-docs.rb @@ -4,5 +4,5 @@ # note: make sure that you have jstd server running (server.sh) and a browser captured watch( '^src/|^docs/' ) do - %x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & } + %x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/src/gen-docs.js &> logs/docs.log & } end -- cgit v1.2.3