@@ -30,23 +30,25 @@ (require pollen/tag pollen/setup racket/function "tags-html.rkt" - "template-html.rkt") + "template-html.rkt" + "crystalize.rkt") (provide (all-defined-out) - (all-from-out "template-html.rkt")) + (all-from-out "crystalize.rkt" "template-html.rkt")) (module setup racket/base (require syntax/modresolve) (provide (all-defined-out)) (define poly-targets '(html)) (define cache-watchlist (map resolve-module-path '("tags-html.rkt" "template-html.rkt" - "dates.rkt")))) + "dates.rkt" + "crystalize.rkt")))) ;; Macro for defining tag functions that automatically branch based on the ;; current output format and the list of poly-targets in the setup module. ;; (define-syntax (poly-branch-tag stx)