lib/nanoc/cli/commands/create-site.rb in nanoc-3.6.0 vs lib/nanoc/cli/commands/create-site.rb in nanoc-3.6.1

- old
+ new

@@ -95,10 +95,10 @@ # to change, which will cause the site to be recompiled again, and so on. dirs_to_watch: [ 'content', 'layouts', 'lib' ] # A list of single files to watch for changes. As mentioned above, don’t put # any files from the “output/” or “tmp/” directories in here. - files_to_watch: [ 'config.yaml', 'Rules' ] + files_to_watch: [ 'nanoc.yaml', 'Rules' ] # When to send notifications (using Growl or notify-send). notify_on_compilation_success: true notify_on_compilation_failure: true EOS