Making the build path able to be modified using a buildPath parameter
To address the issue raised in https://github.com/InseeFrLab/keycloakify/issues/87. This PR begins the work of making the build directory configurable.
Hi @garronej , thanks for your feedback. I have added you to the repository. There are still some fixes left to do, hence the TODO which I have added.
Webpack outside of CRA doesn't seem to use a public folder. We need to either a) build the keycloak_static to an assets directory and pre-set it, or b) reference the static files into the file system. I need to spend some time to understand your code to see what is happening there. Could you provide any pointers on how it works? Is it just a file replacement?
Hi @adover,
Thank you for your for your contribution.
Two things before we move on with this:
- I just added a new feature, the ability to customize email template, this cause a tot of conflict with this PR.
- Have you considered creating a theme as a standalone project?
Closed for inactivity, feel free to reopen.