From 01012a4d7a90ec486100194537e55016af09f78c Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 24 Jun 2014 21:57:06 -0400 Subject: [PATCH] chore(watchr-docs): remove watchr-docs.rb This file hasn't changed in forever, and doesn't seem to be in use any longer. Closes #7978 --- watchr-docs.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 watchr-docs.rb diff --git a/watchr-docs.rb b/watchr-docs.rb deleted file mode 100644 index 0fc533e7..00000000 --- a/watchr-docs.rb +++ /dev/null @@ -1,7 +0,0 @@ -# config file for watchr http://github.com/mynyml/watchr -# install: gem install watchr -# run: watch watchr-docs.rb - -watch( '^src/|^docs/' ) do - system 'echo "\n\ndoc run started @ `date`"; node docs/src/gen-docs.js' -end