@@ -38,11 +38,11 @@ snippets-html.rkt dust.rkt crystalize.rkt)))) (case (current-poly-target) - [(html) (spell-of-summoning!)]) + [(html) (init-cache-db!)]) ;; Macro for defining tag functions that automatically branch based on the ;; current output format and the list of poly-targets in the setup module. ;; Use this macro when you know you will need keyword arguments. ;;