Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandeep048
3507 days ago
Isn't this the same as keeping dev tools open with cache disabled? I get more useful debugging information from console this way.
1 comments
endless1234
3507 days ago
I'm assuming this extension livereloads (ie without a page refresh) the resources when they change on the server. Right?
link
rogem002
3507 days ago
That's correct, for things like CSS & images it'll reload the asset without a hard reload. For HTML & JS changes it'll do a hard reload.
link