diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index cc943e9..a7598e7 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -30,7 +30,7 @@ module.exports = function (grunt) { watch: { options: { nospawn: true, - livereload: true + livereload: LIVERELOAD_PORT },<% if (options.coffee) { %> coffee: { files: ['<%%= yeoman.app %>/scripts/{,*/}*.coffee'],