We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5159eb7 commit 96abeb1Copy full SHA for 96abeb1
1 file changed
watchr-docs.rb
@@ -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