diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-06-16 18:00:09 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-06-16 18:00:09 +0200 |
commit | e3253e79e3a8dfe274fa7e829b11c050029c3195 (patch) | |
tree | a3cff8ddc85940a314366ded8bdbdf2aa7082690 /src/Text/Hakyll | |
parent | b1d4f48d2422b3604f8f8851e2930f800f85dc2c (diff) | |
download | hakyll-e3253e79e3a8dfe274fa7e829b11c050029c3195.tar.gz |
Rewrote preview mode.
Preview mode is now based on server requests
instead of time intervals. This should solve
some problems out there.
Diffstat (limited to 'src/Text/Hakyll')
-rw-r--r-- | src/Text/Hakyll/HakyllMonad.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Hakyll/HakyllMonad.hs b/src/Text/Hakyll/HakyllMonad.hs index fbfe5ae..372fad1 100644 --- a/src/Text/Hakyll/HakyllMonad.hs +++ b/src/Text/Hakyll/HakyllMonad.hs @@ -30,8 +30,6 @@ data HakyllConfiguration = HakyllConfiguration cacheDirectory :: FilePath , -- | Enable index links. enableIndexUrl :: Bool - , -- | Delay between polls in preview mode. - previewPollDelay :: Int , -- | Pandoc parsing options pandocParserState :: ParserState , -- | Pandoc writer options |