summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 10:43:27 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 10:43:27 +0200
commit01a8ab20d6ee5595da12601754931994865f09e6 (patch)
tree292a7f1cc5743d6ae744cde509d14763be56688d /examples
parent73c93cc908300dbe5fbc25a20771fd1139c6e9b4 (diff)
parent6ab59438123d00b02b5a04235102df7af2926cd4 (diff)
downloadhakyll-01a8ab20d6ee5595da12601754931994865f09e6.tar.gz
Merge branch 'master' into type-safe-identifiers
Diffstat (limited to 'examples')
-rw-r--r--examples/hakyll/tutorial.markdown10
1 files changed, 0 insertions, 10 deletions
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
--------