reloadium icon indicating copy to clipboard operation
reloadium copied to clipboard

Unable to refresh on template changes

Open sleithart opened this issue 1 year ago • 1 comments

Describe the bug

I have a basic flask app set up with Tailwind. Reloadium works great for the python files, but isn't reloading changes to my templates. I'm running a watch command on CSS and Template files using pytailwindcss, which rebuilds CSS into my static/dist folder. The folder is being updated properly when I change classes in the template files, but Reloadium doesn't register a change, even when I make a change to app.py.

To Reproduce

Steps to reproduce the behavior:

  1. Basic flask app setup using pytailwindcss and reloadium
  2. Run tailwindcss in watch mode
  3. Save template file

Expected behavior

Reloadium would refresh the browser with the updated template file.

Desktop or remote (please complete the following information):

  • OS: MacOS
  • OS version: Ventura
  • M1 chip: yes
  • Reloadium package version: 1.1.0
  • PyCharm plugin version: None
  • Editor: VsCode
  • Python Version: 3.11.2
  • Python Architecture: [eg. 32bit, 64bit]
  • Run mode: Debug

sleithart avatar May 05 '23 01:05 sleithart

This is a deal breaker for me. Please add support.

lyridious avatar Jul 21 '23 18:07 lyridious