зеркало из https://github.com/microsoft/just.git
fixing the plopfile to copy all files including gitignore
This commit is contained in:
Родитель
bad4e54b44
Коммит
2d24920a1f
|
@ -4,7 +4,7 @@ module.exports = function(plop) {
|
|||
actions: [
|
||||
{
|
||||
type: 'addMany',
|
||||
templateFiles: ['plop-templates/**/*.*', 'plop-templates/**/.*'],
|
||||
templateFiles: ['plop-templates/**/*', 'plop-templates/**/.*'],
|
||||
base: 'plop-templates/repo',
|
||||
destination: '.',
|
||||
force: true
|
||||
|
|
|
@ -4,7 +4,7 @@ module.exports = function(plop) {
|
|||
actions: [
|
||||
{
|
||||
type: 'addMany',
|
||||
templateFiles: ['plop-templates/**/*.*', 'plop-templates/**/.*'],
|
||||
templateFiles: ['plop-templates/**/*', 'plop-templates/**/.*'],
|
||||
destination: '.',
|
||||
force: true
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче