I have written an application in Node.js (with Express & socket.io) and I would like to use Grunt to compile my client-side stuff with livereload while developing an
In the Gruntfile, remove connect:livereload and open from server task.
connect:livereload
open
server
Add following script in the HTML file