reloadium
reloadium copied to clipboard
Unable to refresh on template changes
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:
- Basic flask app setup using pytailwindcss and reloadium
- Run tailwindcss in watch mode
- 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
This is a deal breaker for me. Please add support.