[keycloak-dev] [KEYCLOAK-11293] Create build for new account console
Stian Thorgersen
sthorger at redhat.com
Thu Nov 7 10:14:41 EST 2019
On Thu, 7 Nov 2019 at 15:21, Alex Szczuczko <aszczucz at redhat.com> wrote:
> The new account console has its own package.json. Additionally, it must be
> complied due to being written with Typescript. These two things are unique
> to the new account console and are why it has to be handled differently.
>
> The other themes are non-compiled, and just get their javascript libraries
> from the global node_modules store, populated by the global package.json in
> src/main/package.json. Their files just get copied at build time, and
> that's not sufficient for account2.
>
I'm only talking about dependencies, not building account2.
Things that can be shared should be put into the global node_modules
though, and those few things that collide such as PF3 vs PF4 should just be
put into a separate node_modules.
>
> Alex
>
> On Thu, Nov 7, 2019 at 5:50 AM Stian Thorgersen <sthorger at redhat.com>
> wrote:
>
>> Alex, can you answer why you are doing anything different to what we
>> already have for the older stuff?
>>
>
More information about the keycloak-dev
mailing list