Grunt watch task live reload setup.
- npm install
- npm install -g grunt (optional)
- npm install -g grunt-cli (optional)
- grunt watch
After including http://localhost:35729/livereload.js to a web page, all changes saved to cshtml, css and js files will causes the browser to automatically reload.