I can't quickly view the changes in my browser after saving the file changes #3065
-
|
I can't quickly view the changes in my browser after saving the file changes, but instead need to re-run docker compose up. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Currently our Docker image has the following line Line 76 in 9e837d6 Which calls the Line 24 in 9e837d6 If your changes are made in Maybe it is a browser cache thing? Try press Shift + F5 on Chromium-based or Ctrl + F5 on Firefox-based browsers to reload the page ignoring cached content. |
Beta Was this translation helpful? Give feedback.
I suppose your problem should be solved via the solution I've provided in this PR.
Can you test it?