0
votes
1answer
34 views

Yeoman Webapp Generator LiveReload Snippet Not Working

I have been trying to adopt the GruntFile.js in the WebApp Generator and mould it to my needs. The issue I am having with the generator is that it does not inject the LiveReload middleware snippet. So ...
0
votes
1answer
33 views

Grunt Live-Reload via Watch

I'm trying to configure grunt to livereload js and less/css files on changes. While grunt does correctly "watch" and execute assigned tasks, it does not livereload the files. Below is my ...
4
votes
2answers
245 views

How to use grunt-contrib-livereload?

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 that doesn't work when I try ...
5
votes
2answers
4k views

Yeoman: LiveReload vs. Yeoman Watch

I'm trying out Yeoman Server for the first time and see that it offers a native watch tool as a fallback to LiveReload. Here's how the docs explain the fallback: "[Yeoman Server] automatically fires ...