aboutsummaryrefslogtreecommitdiffstats
path: root/watchr-docs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'watchr-docs.rb')
-rw-r--r--watchr-docs.rb2
1 files changed, 1 insertions, 1 deletions
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