Explictly specify the target folder of assets (#1359)
This commit is contained in:
Родитель
f9c4db3761
Коммит
881275215b
|
@ -41,7 +41,7 @@ async function copyRequiredFiles(project: Project) {
|
|||
await copyResources(
|
||||
join(resources, 'assets'),
|
||||
async (fname, content) =>
|
||||
project.state.writeFile(fname, content, undefined, 'source-file-other'),
|
||||
project.state.writeFile(join(project.baseFolder, fname), content, undefined, 'source-file-other'),
|
||||
undefined,
|
||||
transformOutput
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче