Bootstrap upgrade in AEM 5.6.1 | Community
Skip to main content
October 16, 2015
Solved

Bootstrap upgrade in AEM 5.6.1

  • October 16, 2015
  • 2 replies
  • 821 views

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

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 Lokesh_Shivalingaiah

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 replies

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

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.

October 16, 2015

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