From 6ab59438123d00b02b5a04235102df7af2926cd4 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 28 May 2011 12:41:37 +0200 Subject: Remove inotify bindings for now --- examples/hakyll/tutorial.markdown | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'examples') diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown index 150e881..838edf5 100644 --- a/examples/hakyll/tutorial.markdown +++ b/examples/hakyll/tutorial.markdown @@ -262,16 +262,6 @@ this can generate more traffic than necessary, since it is possible that some files were not actually modified. If you use `rsync`, you can counter this using the `--checksum` option. -### Using inotify for the preview server - -Hakyll is able to use [inotify] to power the preview server. This is generally -faster and uses less resources than the default. However, [inotify] is only -supported on linux systems. You can enable the bindings using: - - [jasper@phoenix] cabal install -finotify hakyll - -[inotify]: http://inotify.aiken.cz/ - Problems -------- -- cgit v1.2.3