With CodeKit, when I'm working on a CSS file referenced on my HTML page via a link
tag, every time I save that CSS, CodeKit autoupdates the page to show my changes.
When I do the same to a JS file referenced via a script
tag on my head
, it doesn't. I save the JS, and although it works if I manually reload the HTML on the browser, it doesn't automatically reloads for me like it does with CSS files.
Is this intended? Is there a way to make it autoreload?
Thanks!