diff options
| -rw-r--r-- | watchr-docs.rb | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/watchr-docs.rb b/watchr-docs.rb new file mode 100644 index 00000000..bbfee34f --- /dev/null +++ b/watchr-docs.rb @@ -0,0 +1,8 @@ +# config file for watchr http://github.com/mynyml/watchr +# install: gem install watchr +# run: watch watchr.rb +# note: make sure that you have jstd server running (server.sh) and a browser captured + +watch( '^src/' )  do +   %x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & } +end | 
