Skip to content

Commit

Permalink
fix(grunt:build): don't copy local.env.sample
Browse files Browse the repository at this point in the history
closes #1570
  • Loading branch information
Awk34 committed Jan 31, 2016
1 parent 6c4e926 commit be5a1f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/Gruntfile(grunt).js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
}]
},
Expand Down

0 comments on commit be5a1f4

Please sign in to comment.