hakyll-3.1.0.0: A simple static site generator library.

Hakyll.Web.Preview.Poll

Description

Interval-based implementation of preview polling, for the platforms which are not supported by inotify.

Synopsis

Documentation

previewPollSource

Arguments

:: HakyllConfiguration

Configuration

-> Set Resource

Resources to watch

-> IO ()

Action called when something changes

-> IO ()

Can block forever

A preview thread that periodically recompiles the site.