mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +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
|
# run: watch watchr.rb
|
||||||
# note: make sure that you have jstd server running (server.sh) and a browser captured
|
# 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 & }
|
%x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & }
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue