summaryrefslogtreecommitdiff
path: root/src/Hakyll/Preview
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04Add event filtering based on patternJasper Van der Jeugt1-16/+40
2013-04-03Update patch for 5e4adaecbSimonas Kazlauskas1-9/+6
2013-03-31Refine codeSimonas Kazlauskas1-9/+9
This patch includes several smaller changes, namely: 1. We don't use result of `update` function and likely never will, so don't bother generating it. 2. Rename watch function to better reflect what it does. 3. Never exit preview server in case of failed update.
2013-03-30Prefer relative directories instead of absoluteSimonas Kazlauskas1-14/+12
This allows us to fully utilise shouldIgnoreFile
2013-03-30Use shouldIgnoreFileSimonas Kazlauskas1-8/+6
2013-03-30Run server in main threadSimonas Kazlauskas1-9/+3
2013-03-30Migrating from polling to notification: First shotSimonas Kazlauskas1-32/+37
Using system file notification APIs it is much more efficient than polling files every second.
2012-12-29Move preview modulesJasper Van der Jeugt2-0/+91