diff options
| author | Igor Minar | 2010-11-05 21:12:17 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-11-09 21:44:51 -0800 | 
| commit | effcd340e9d41a2ab8368e4de06a1a83a206ac32 (patch) | |
| tree | 4e9507dbeca3498a3c1ace18f756b4f8d049a33b /watchr-docs.rb | |
| parent | 264f960800426ce61ad26dcdb60b099fd3e8e1c4 (diff) | |
| download | angular.js-effcd340e9d41a2ab8368e4de06a1a83a206ac32.tar.bz2 | |
updating watchr-docs.rb
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 | 
