Search code examples
makolivereloadcodekit

How to setup Codekit to refresh pages when I updated my mako files?


Hi so I'm working in PyCharm using the Pyramid Python framework and using the template system Mako, .mak files.

With LiveReload I was able to add the .mak file extensions and it was able to refresh the pages I was working on.

I'm not sure how to do that with Codekit


Solution

  • Just figured it out, in preferences > languages I added mak

    Then back in preferences > general I have to make sure that my localhost / ip had to be included in the Auto-reload browsers section.

    enter image description here