Sublime Forum

Cant refresh webpage and update my code

#1

Hey guys, it seems I’m unable to refresh my webpage from Edge. I can click the button and the page will flash but my JS, CSS wont update. Any thoughts?

0 Likes

#2

Modern web browser will cache static files (hat’s one of the reason why you visit websites fast).

You may refresh the page via Ctrl + F5.
Or disable the cache in Chrome (if you are using it) developer tool → Network.

0 Likes

#3

Thanks man

0 Likes

#4

didn’t work actually

0 Likes