mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 21:24:42 +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
|
# note: make sure that you have jstd server running (server.sh) and a browser captured
|
||||||
|
|
||||||
watch( '^src/|^docs/' ) 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/src/gen-docs.js &> logs/docs.log & }
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue