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

Not reloading SLIM templates correctly #116

Open rennhak opened 11 years ago

rennhak commented 11 years ago

I've successfully used Rack::Livereload and guard-livereload here with my Sinatra project. It reloads CSS/SASS/JS correctly, but does not so with my view templates (SLIM).

It notices that the SLIM files have changed and trigger a reload of the browser, but the content stays exactly the same.

Is this a bug or wrong-use issue?