Group all build time generated resource under a 'res' directory

This commit is contained in:
Joseph Garrone
2024-09-08 12:06:49 +02:00
parent 77d3a5190d
commit 01c3b148e6
6 changed files with 14 additions and 4 deletions

View File

@ -310,7 +310,7 @@ export async function generateResourcesForMainTheme(params: {
}
transformCodebase({
srcDirPath: pathJoin(getThisCodebaseRootDirPath(), "account-v1"),
srcDirPath: pathJoin(getThisCodebaseRootDirPath(), "res", "account-v1"),
destDirPath: pathJoin(resourcesDirPath, "theme", "account-v1", "account")
});
}