Closed dottedmag closed 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.
Fixed in trunk. Extensions need to be published still.
This change is now released as LiveReload 1.4.
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.