diff --git a/app/templates/Gruntfile(grunt).js b/app/templates/Gruntfile(grunt).js index 87846d184..a3d3a695a 100644 --- a/app/templates/Gruntfile(grunt).js +++ b/app/templates/Gruntfile(grunt).js @@ -424,7 +424,8 @@ module.exports = function (grunt) { dest: '<%%= yeoman.dist %>', src: [ 'package.json', - '<%%= yeoman.server %>/**/*' + '<%%= yeoman.server %>/**/*', + '!<%%= yeoman.server %>/config/local.env.sample.js' ] }] },