Skip to content

Commit 96abeb1

Browse files
committed
adding watchr-docs.rb
1 parent 5159eb7 commit 96abeb1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

watchr-docs.rb

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

0 commit comments

Comments
 (0)