reloadware / reloadium

Hot Reloading and Profiling for Python
https://reloadium.io
Apache License 2.0
2.74k stars 56 forks source link

Unable to refresh on template changes #145

Open sleithart opened 1 year ago

sleithart commented 1 year ago

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):

lyridious commented 11 months ago

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