diff --git a/Gruntfile.js b/Gruntfile.js index 605d8c4..062c7f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -368,7 +368,12 @@ module.exports = function (grunt) { expand: true, cwd: '.', dest: '<%= yeoman.dist %>/', - src: ['package.json'] + src: [ + 'config.json.example', + 'package.json', + 'LICENSE', + 'README.md' + ] }, { expand: true,