summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 12:41:37 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-28 12:41:37 +0200
commit6ab59438123d00b02b5a04235102df7af2926cd4 (patch)
tree9e453864d8dfd01bbfe915b33bee0289bba04d7f /examples
parentb80ba8fe83220d373e639be363143cbbfd907081 (diff)
downloadhakyll-6ab59438123d00b02b5a04235102df7af2926cd4.tar.gz
Remove inotify bindings for now
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
--------