Is it possible to set up grunt task which would run the node.js server (nodemon) and enable livereload on other files (html, js, css, assets)?
I know of several options with grunt-contrib-connect or with grunt-express but none of them works with started node.js server. The problem is that aforementioned packages create its own web server but I just want to connect to my already running node.js server.
I was searching for the solution but I have not found one. Is there some way how to do it? Does somebody have reference to some example?
npm run
seriously it is so much better. – dmi3y