blob: bbfee34f77dbaecd49f6ca2d16b49f27fd32c031 (
plain)
| 1
2
3
4
5
6
7
8
 | # config file for watchr http://github.com/mynyml/watchr
# install: gem install watchr
# run: watch watchr.rb
# note: make sure that you have jstd server running (server.sh) and a browser captured
watch( '^src/' )  do
   %x{ echo "\n\ndoc run started @ `date`" > logs/docs.log; node docs/collect.js &> logs/docs.log & }
end
 |