0
js
ファイルにYeoman
のplaceholder
をどうやって使うことができますか?私は必要な場所だけjavomanファイルのYeomanプレースホルダ
"<%= title %>"
を追加
writing: function() {
this.fs.copy(
this.templatePath('portanova_template'),
this.destinationPath(this.projectName)
);
if(this.answer) {
this.fs.copy(
this.templatePath('externalTemplate'),
this.destinationPath(this.projectName+'/app'),
{
title: this.projectName
}
);
}
},
とJSファイルにそれを追加しようとしました。しかし、それは動作していないようです.. 任意のアイデア?