diff options
| author | Igor Minar | 2011-02-06 15:37:39 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-02-07 23:55:02 -0800 | 
| commit | 9f6c5db2a6ed10d3152fcb4aed8733043833362b (patch) | |
| tree | 3b3db35caeba00b478a12cb246cb8c274c70243d | |
| parent | ea9ca651d2dd40ec057a166c6f324ea4fb881428 (diff) | |
| download | angular.js-9f6c5db2a6ed10d3152fcb4aed8733043833362b.tar.bz2 | |
fix script name in 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 83ba9c72..239ac675 100644 --- a/watchr-docs.rb +++ b/watchr-docs.rb @@ -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 | 
