From bbc66f127e7b59de84a8357bde7dd1159433c463 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 2 Mar 2014 23:07:36 -0800 Subject: [PATCH] refactoring in progress --- render.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.rkt b/render.rkt index 6497583..4e34745 100644 --- a/render.rkt +++ b/render.rkt @@ -88,7 +88,7 @@ (define render-needed? (or force (not (file-exists? (or output-path (->output-path source-path)))) - (mod-date-expired? source-path) + (mod-date-expired? source-path) ; todo: markup takes template path as key (source-needs-rerequire? source-path))) (if render-needed?