generator-php icon indicating copy to clipboard operation
generator-php copied to clipboard

Livereload ERR_CONNECTION_REFUSED

Open conveys opened this issue 9 years ago • 1 comments

Getting this error after running grunt server GET http://localhost:1025/livereload.js net::ERR_CONNECTION_REFUSED

conveys avatar Apr 03 '15 01:04 conveys

Make sure you don't have a firewall blocking port 1025. Live Reload is provided by grunt-contrib-watch. You can find more support for live-reload there.

Bradleycorn avatar Apr 21 '15 14:04 Bradleycorn