You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: