On Mar 29, 2019, at 11:53, Jonathan Vanasco <jvan...@gmail.com> 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 pylons-discus...@googlegroups.com.
To post to this group, send email to pylons-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/4707172a-42d0-4ec0-9822-a2b1a0783e42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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... butFor the latter I would try the new ignore files feature that Michael added to hupper: https://github.com/Pylons/hupper/pull/46