dreverri / gollum-site

Static Site Generator for Gollum Wikis
254 stars 28 forks source link

--watch not watching #11

Closed abh closed 13 years ago

abh commented 13 years ago

I installed the directory_watcher gem, but --watch doesn't seem to do anything -- it just generates and exists (as without that option). I tried with --debug_level debug; but even with that no errors or anything related to watching is mentioned.

$ gollum-site generate  --watch
Generated site in 0.659549(s)
dreverri commented 13 years ago

Watch is currently only defined to work with serve.

abh commented 13 years ago

Ah, that wasn't clear from the docs at all. Consider this a documentation bug instead then! :-)

dreverri commented 13 years ago

I've updated the README to address this issue.