If I do yo webapp I see the install logs show livereload being installed and I can use "grunt server" to load the app in my Chrome at localhost:9000 and an edit the index.html file will be instantly reflected in Chrome
If I do yo knockout I don't see any reference to livereload in the install logs and using "grunt preview" I can view the app in my Chrome at localhost:8000 but no edits will trigger asset reloading and the network tab shows a 404 for livereload.js
Is the knockout generator missing references to livereload?

If I do yo webapp I see the install logs show livereload being installed and I can use "grunt server" to load the app in my Chrome at localhost:9000 and an edit the index.html file will be instantly reflected in Chrome
If I do yo knockout I don't see any reference to livereload in the install logs and using "grunt preview" I can view the app in my Chrome at localhost:8000 but no edits will trigger asset reloading and the network tab shows a 404 for livereload.js
Is the knockout generator missing references to livereload?
