dev-stylish
Matthew Butterick 6 years ago
parent 724ec4be50
commit 5b2c9bb7ac

@ -156,7 +156,7 @@
(time-apply render-proc (list source-path template-path output-path)))) (time-apply render-proc (list source-path template-path output-path))))
;; wait till last possible moment to store mod dates, because render-proc may also trigger its own subrenders ;; wait till last possible moment to store mod dates, because render-proc may also trigger its own subrenders
;; e.g., of a template. ;; e.g., of a template.
(message (format "rendered as /~a (~a ms)" (message (format "rendered /~a (~a ms)"
(find-relative-path (current-project-root) output-path) (find-relative-path (current-project-root) output-path)
real)) real))
(update-mod-date-hash! source-path template-path) (update-mod-date-hash! source-path template-path)

Loading…
Cancel
Save