Include theme properties

This commit is contained in:
Joseph Garrone 2021-02-22 00:35:52 +01:00
parent 5c58d72b67
commit 9fc943bd37

View File

@ -79,5 +79,10 @@ export function generateKeycloakThemeResources(
}); });
fs.writeFileSync(
pathJoin(themeDirPath, "theme.properties"),
Buffer.from("parent=base\n", "utf8")
);
} }