Grunt Livereload not showing HTML changes
问题 On my MEAN stack application, I'm trying make changes to the HTML view files and see those changes as I make them using Grunt's livereload. Grunt's livereload is working fine in the sense that it detects changes in my HTML files and refreshes the page during development. However, the actual changes are not reflecting on the page. If I push the files up the server, and reload the publicly available site, the changes are there. But I still can't see the changes while I'm developing. I'm 99%