is there any trick how to get every single time current updated code in browser while refreshing? I tried to use cache killer extension in chrome but doesn't help either. I tried to use all tricks I know to get fresh data like shift+F5, ctrl+F5, ctrl+R and it doesn't helps as I need. If I save my code and wait like 1 minute then it loads new code but if I would like to see changes immediately then it works like 3 out of 10 times instantly but mostly is it just denying to give me what I want. Any ideas please? :)
I think that what you are looking for is Browser-sync.
After downloading it, navigate to the specified folder using the terminal and hit the following command:
C:\Users\..\..\..>browser-sync start --server --directory --files "*"
In case my instructions are not understood, the website will definitely be more explanatory.