Host the bundle | Community
Skip to main content
Level 3
December 14, 2023
Solved

Host the bundle

  • December 14, 2023
  • 1 reply
  • 620 views

Hi,

I have multiple bundles that have  HTML,CSS and JS files how can i host them in AEM?

I am using AEM 6.5

Thanks 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

@tatrived 

 

the CSS and JS used for pages in AEM should be part of ui.frontend module.

These would be deployed as client libraries in AEM and used in templates

 

https://medium.com/@toimrank/aem-ui-frontend-module-complete-guide-265175c540b0#:~:text=In%20simple%20language%20or%20layman's,other%20resources%20into%20the%20ui.

 

https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en 

 

Whats the HTML about? 

The AEM pages are created in AEM using templates.

1 reply

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
December 14, 2023

@tatrived 

 

the CSS and JS used for pages in AEM should be part of ui.frontend module.

These would be deployed as client libraries in AEM and used in templates

 

https://medium.com/@toimrank/aem-ui-frontend-module-complete-guide-265175c540b0#:~:text=In%20simple%20language%20or%20layman's,other%20resources%20into%20the%20ui.

 

https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en 

 

Whats the HTML about? 

The AEM pages are created in AEM using templates.

Aanchal Sikka