We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9ca65 commit 9f6c5dbCopy full SHA for 9f6c5db
watchr-docs.rb
@@ -4,5 +4,5 @@
4
# note: make sure that you have jstd server running (server.sh) and a browser captured
5
6
watch( '^src/|^docs/' ) do
7
- %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 & }
8
end
0 commit comments