내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Bootstrap upgrade in AEM 5.6.1

Avatar

이전 커뮤니티 멤버

Hello,

I am using Bootstrap v2.1.1 to develop our new responsive website. I know Geometrixx-media used same version in AEM 5.6.1.

I would like to use the latest version of Bootstrap. I think it is v3.3.5 for now.

Can you please explain how to upgrade it to the latest version?

I understand need to follow theses below.

1. Replace bootstrap.css under my clientlibs/css with bootstrap.css I downloaded.

2. Replace bootstrap.js under my clientlibs/js  with bootstrap.css I downloaded.

3. Place all images from Bootstrap under my clientlibs/img  with bootstrap.css I downloaded.

Are there any otherthingsI have to do?

Thank you in advance.

KJ

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

If you place the bootstrap scripts under ur clientlibs it should work

however, note that it might conflict with the OOB bootstrap scripts in the authoring instance as AEM uses different bootstrap for some of its functionalities. But everything should be fine in the publish instance.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

If you place the bootstrap scripts under ur clientlibs it should work

however, note that it might conflict with the OOB bootstrap scripts in the authoring instance as AEM uses different bootstrap for some of its functionalities. But everything should be fine in the publish instance.

Avatar

이전 커뮤니티 멤버

Thank you, bsloki

Can you please tell what kinds of errors you expect in author environment?

Do you have any idea which OOB ones use different version bootstrap scripts in AEM 5.6.1?

KJ