0

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

Leon Gaban
  • 36,509
  • 115
  • 332
  • 529

1 Answers1

2

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

Leon Gaban
  • 36,509
  • 115
  • 332
  • 529