Mako templates are compiled and imported, when that file is updated the reloader likely sees it, unless it is detecting the file changing on disk.
For the former: I am not sure how to necessarily stop that from happening... but For the latter I would try the new ignore files feature that Michael added to hupper: https://github.com/Pylons/hupper/pull/46 > On Mar 29, 2019, at 11:53, Jonathan Vanasco <[email protected]> wrote: > > This happens every so often, but on a large project is making editing the > HTML incredibly tedious. > > Does anyone have a good strategy for tracking down which component is > breaking this and effectively whitelisting the /data directory > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/4707172a-42d0-4ec0-9822-a2b1a0783e42%40googlegroups.com > > <https://groups.google.com/d/msgid/pylons-discuss/4707172a-42d0-4ec0-9822-a2b1a0783e42%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/485141B4-6428-4080-BF50-8624AA43DC82%400x58.com. For more options, visit https://groups.google.com/d/optout.
