mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
updating watchr-docs.rb
This commit is contained in:
parent
264f960800
commit
effcd340e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue