Group all build time generated resource under a 'res' directory
This commit is contained in:
@ -13,7 +13,12 @@ export async function createAccountV1Dir() {
|
||||
keycloakVersion: KEYCLOAK_VERSION.FOR_ACCOUNT_MULTI_PAGE
|
||||
});
|
||||
|
||||
const destDirPath = pathJoin(getThisCodebaseRootDirPath(), "dist", "account-v1");
|
||||
const destDirPath = pathJoin(
|
||||
getThisCodebaseRootDirPath(),
|
||||
"dist",
|
||||
"res",
|
||||
"account-v1"
|
||||
);
|
||||
|
||||
await fsPr.rm(destDirPath, { recursive: true, force: true });
|
||||
|
||||
|
@ -28,6 +28,7 @@ export async function createPublicDotKeycloakifyDir() {
|
||||
const destDirPath = pathJoin(
|
||||
getThisCodebaseRootDirPath(),
|
||||
"dist",
|
||||
"res",
|
||||
"public",
|
||||
WELL_KNOWN_DIRECTORY_BASE_NAME.DOT_KEYCLOAKIFY,
|
||||
themeType
|
||||
|
Reference in New Issue
Block a user