2017-10-16 6 views

Antwort

0

Das Update wurde aufgrund Änderungen in der Art, wie die Kopie behandelt wurde, verursacht.

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

Als Hinweis dies war auch ein Update für das Hinzufügen eines gitignore

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