|
|
@ -88,7 +88,7 @@
|
|
|
|
(define render-needed?
|
|
|
|
(define render-needed?
|
|
|
|
(or force
|
|
|
|
(or force
|
|
|
|
(not (file-exists? (or output-path (->output-path source-path))))
|
|
|
|
(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)))
|
|
|
|
(source-needs-rerequire? source-path)))
|
|
|
|
|
|
|
|
|
|
|
|
(if render-needed?
|
|
|
|
(if render-needed?
|
|
|
|