I\'m trying to use grunt-contrib-livereload, but can\'t seem to figure it out. The readme seems to skip over everything that I need explained, and then ends with an example
I know this is a little old but can help someone. In the Gruntfile.js add "options":
sass: { files: 'scss/**/*.scss', tasks: ['sass'], options: { livereload: true, } }
In the index add: