fix script name in watchr-docs.rb

This commit is contained in:
Igor Minar
2011-02-06 15:37:39 -08:00
parent ea9ca651d2
commit 9f6c5db2a6

View File

@@ -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