Implement remote caching mechanism to prevent full download of the Keycloak sources

This commit is contained in:
Joseph Garrone
2024-02-07 21:14:03 +01:00
parent dca8c9f9d7
commit e1b52e7439
2 changed files with 73 additions and 16 deletions

View File

@ -5,7 +5,6 @@ import { crawl } from "../src/bin/tools/crawl";
import { downloadBuiltinKeycloakTheme } from "../src/bin/download-builtin-keycloak-theme";
import { getProjectRoot } from "../src/bin/tools/getProjectRoot";
import { getLogger } from "../src/bin/tools/logger";
import { rmSync } from "../src/bin/tools/fs.rmSync";
// NOTE: To run without argument when we want to generate src/i18n/generated_kcMessages files,
// update the version array for generating for newer version.