Skip to content

Commit 9f6c5db

Browse files
committed
fix script name in watchr-docs.rb
1 parent ea9ca65 commit 9f6c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watchr-docs.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# note: make sure that you have jstd server running (server.sh) and a browser captured
55

66
watch( '^src/|^docs/' ) do
7-
%x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & }
7+
%x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/src/gen-docs.js &> logs/docs.log & }
88
end

0 commit comments

Comments
 (0)