In pollen.rkt I have:
(require pollen/setup
txexpr
(file "html-format.rkt"))
When html-format.rkt changes, refreshing the page in the project server
does not recompile html-format.rkt. I have to either stop and start the
project server or turn off the compile cache like:
(require pollen/setup
txexpr
(file "html-format.rkt"))
Is there a way of telling Pollen that pollen.rkt depends on html-format.rkt
and to recompile html-format.rkt when needed?
--
You received this message because you are subscribed to the Google Groups
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.