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