diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-28 12:41:37 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-28 12:41:37 +0200 |
commit | 6ab59438123d00b02b5a04235102df7af2926cd4 (patch) | |
tree | 9e453864d8dfd01bbfe915b33bee0289bba04d7f /examples | |
parent | b80ba8fe83220d373e639be363143cbbfd907081 (diff) | |
download | hakyll-6ab59438123d00b02b5a04235102df7af2926cd4.tar.gz |
Remove inotify bindings for now
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/tutorial.markdown | 10 |
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 -------- |