yeoman this.copyTpl无法正常工作

时间:2016-05-05 18:10:11

标签: yeoman yeoman-generator

当我尝试使用this.fs.copyTpl复制文件时,没有复制任何内容,但如果使用this.fs.copy按预期工作,但我需要this.fs.copyTpl来替换某些变量。我看到了关于自耕农的官方文档,并在谷歌上看,但没有任何帮助我。 这里是代码块

this.fs.copyTpl(
  this.templatePath('_bower.json'),
  this.destinationPath(projectPath +'/bower.json'),{
    projectName: this.project_name 
  }
 );

感谢您的帮助

0 个答案:

没有答案