aboutsummaryrefslogtreecommitdiffstats
path: root/watchr-docs.rb
blob: 0fc533e7d2fff9119cde306405f1e20d33769e8f (plain)
1
2
3
4
5
6
7
# 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