Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM plugin(Eclipse) to Sync UI.frontend

Avatar

Level 1

Greetings,

 

I'm new to AEM development and would like to to have my 'ui.frontend' folder to sync with local AEM instance. I followed the Eclipse setup guide from Adobe, so far the 'core', 'ui.apps' and 'ui.content' sync well except 'ui.frontend' yet to setup(does not appear in the Add/Remove in sync setting).

 

May I know what project facets does the 'ui.frontned' belong to and what is the AEM sync directory (e.g. src/main/content/jcr_root for ui.apps)? 

 

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Generally ui.frontend is only used to generate/build your front end code (CSS and JS), the generated output or code you will place it in ui.apps clientlibs.

So, it is not required or it is not allowed to add ui.frontend and update directly to the AEM server

 

ui.frontend- (optional) contains the artifacts required to use the Webpack-based front-end build module.

We will commit the code to a source repository (git,bitbucket etc)

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Generally ui.frontend is only used to generate/build your front end code (CSS and JS), the generated output or code you will place it in ui.apps clientlibs.

So, it is not required or it is not allowed to add ui.frontend and update directly to the AEM server

 

ui.frontend- (optional) contains the artifacts required to use the Webpack-based front-end build module.

We will commit the code to a source repository (git,bitbucket etc)

Avatar

Administrator
Thank you for sharing the answer.


Kautuk Sahni