Copy example config, license and readme to dist
This commit is contained in:
parent
1899be2145
commit
08dde09e5d
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue