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

apply_js_live=false by default #36

Closed NV closed 13 years ago

NV commented 13 years ago

When apply_js_live happens it neither erase all old variables nor restore DOM changes. It doesn't work well in pretty much all cases. Why don't we turn it off by default?

NV commented 13 years ago

Landed in 63e8eaceb26ef4b7cf87917f0fc0def34da430b3. Yay!

andreyvit commented 13 years ago

Landed indeed. Closing this issue.