Allow skipping rm Keycloakify dev resource#689
Allow skipping rm Keycloakify dev resource#689chenhunghan wants to merge 1 commit intokeycloakify:mainfrom
Conversation
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
|
Hello @chenhunghan, I think there is a missunderstanding.
This is not the way to load extention into keycloak. If you are not implementing a Multi-Page account theme and are deploying on Keycloak 26, copyting the files manually will work... today, but it the future I might need to add java extention so that you theme remain compatible with future version of Keycloak. |
Hi @garronej To be clear we are not trying to load extension in production, only in development to https://www.keycloak.org/docs/latest/server_development/#deploying-themes
Thanks for the pointer, will use
|
|
Have you check this out: https://docs.keycloakify.dev/testing-your-theme/in-a-keycloak-docker-container If it's for developement, using |
Similar to #647 but taking a shortcut to allow skipping removal of Keycloakify's dev resources. The reason for this is because we need to the raw dev resource to update the static files (js,css) into Keycloak, instead of packing into a
.jar.and then upload.