refactoring in progress

pull/9/head
Matthew Butterick 11 years ago
parent 9a6f4a8513
commit bbc66f127e

@ -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?

Loading…
Cancel
Save