Copy example config, license and readme to dist

This commit is contained in:
baldo 2016-06-11 16:18:38 +02:00
parent 1899be2145
commit 08dde09e5d

View file

@ -368,7 +368,12 @@ module.exports = function (grunt) {
expand: true, expand: true,
cwd: '.', cwd: '.',
dest: '<%= yeoman.dist %>/', dest: '<%= yeoman.dist %>/',
src: ['package.json'] src: [
'config.json.example',
'package.json',
'LICENSE',
'README.md'
]
}, },
{ {
expand: true, expand: true,