Am Sun, 2 Nov 2008 01:39:43 -0700
schrieb "Chad Woolley" <thewoolleyman at gmail.com>:
> Hi,
>
> Does webgen have a feature like Webby where it will automatically
> detect changes in source files and rebuild your site? I thought you
> had added this, but can''t find it on the website docs.
This is done via a Rake task that is included in the Rakefile that is
created when you use ''webgen create site_name''. The name of
the task
is :auto_webgen. So change into your webgen website directory and
execute
rake auto_webgen
which will do what you want.
-- Thomas