2017-10-16 6 views

Répondre

0

La correction était due à des modifications dans la manière dont la copie était gérée.

this.fs.copy(
     this.templatePath('_editorconfig'), 
     this.destinationPath('.editorconfig') 
    ); 

Comme une note elle a aussi été une solution pour ajouter un gitignore

this.fs.copy(
     this.templatePath('_gitignore'), 
     this.destinationPath('.gitignore') 
    );