diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 2f6bd40..95f8b2e 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -401,7 +401,7 @@ module.exports = function (grunt) { 'compass:server',<% } %> 'connect:livereload', 'open:server', - 'focus:server' + 'watch:livereload' ]); });