mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Browser uses stale cached static files after page refresh. #15

Closed dottedmag closed 14 years ago

dottedmag commented 14 years ago

Load page. Change .css file. LiveReload will request style.css?livereload=1. Browser will load and cache this file.

Now manually refresh page. Change .css file again. LiveReload will request style.css?livereload=1 again. Browser will happily use stale cached file.

dottedmag commented 14 years ago

Fixed in trunk. Extensions need to be published still.

andreyvit commented 14 years ago

This change is now released as LiveReload 1.4.