I am creating a website and I was designing it without a repository set up originally. Now, I have it in a git repo and suddenly, when I try to refresh the page (with dev tools open and cache disabled) my CSS and HTML changes have no affect. I have to stop the server, close the webpage, then re-run the server and open it again to see changes. Anyone experienced this? Not sure what gives.
-
This almost certainly has nothing to do with the presence of a Git repository.Chris– Chris2021-05-02 14:14:59 +00:00Commented May 2, 2021 at 14:14
-
Yes I see that, I answered my own question below.Sean Palmer– Sean Palmer2021-05-02 22:00:46 +00:00Commented May 2, 2021 at 22:00
Add a comment
|