diff options
Diffstat (limited to 'watchr-docs.rb')
| -rw-r--r-- | watchr-docs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchr-docs.rb b/watchr-docs.rb index bbfee34f..83ba9c72 100644 --- a/watchr-docs.rb +++ b/watchr-docs.rb @@ -3,6 +3,6 @@ # run: watch watchr.rb # note: make sure that you have jstd server running (server.sh) and a browser captured -watch( '^src/' ) do +watch( '^src/|^docs/' ) do %x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & } end |
