<Garmik>
Hello, I used to use Nanoc a long time ago and I remember there being a command to watch file changes and recompile while the server was running. Can't find anything of the sort now with nanoc 4, googling only gets me a guard-nanoc gem but doesn't seem to be updated for 4. Is there anything of the sort?
<ddfreyne>
Garmik: guard-nanoc is updated for nanoc 4, but you’ll have to use a pre-release (2.0.0b1)
<ddfreyne>
Garmik: In your Gemfile, add gem 'guard-nanoc', '~> 2.0.0b1'
<ddfreyne>
(I *think* that sould work. Not entirely sure.)
<ddfreyne>
But of course, all this will become quite a bit easier once nanoc 4 is out of pre-release, and guard-nanoc has been updated as well.