Is live_reload not working properly?
Hi. I just created a fresh installed Jumpstart app, but I couldn't get the live_reload to work.
I checked the live_reload option in the config page, the gems were installed, I restarted the server, but live_reload seemed to be not working.
The log says
I checked the live_reload option in the config page, the gems were installed, I restarted the server, but live_reload seemed to be not working.
The log says
css | Rebuilding... 14:11:46 - INFO - Reloading browser: app/views/static/index.html.erb css | Done in 514ms. 14:11:47 - INFO - Reloading browser: /assets/application.css
But nothing happens in the browser. I tried Safari and Chrome, both not working. Is there anything I need to do manually for the live_reload to work? Thank you.
Update: the web page console complains it can't find
Update: the web page console complains it can't find
http://localhost:35729/livereload.js
I tried to add the middleware manually in environments/development.rb
config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload
But it's still not working.
Notifications
You’re not receiving notifications from this thread.