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
This commit is contained in:
Caitlin Potter
2014-06-24 21:57:06 -04:00
parent ce84429adf
commit 01012a4d7a

View File

@@ -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