<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Added Bootstrap but running &amp;quot;mvn clean install PautoInstallBundle&amp;quot; in ui.frontend resets my clientlibs in/apps. in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540202#M134171</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17542168"&gt;&lt;/LI-USER&gt;&amp;nbsp;, you need to add bootstrap5 as a&amp;nbsp;category name, follow this article if it helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://medium.com/adobetech/creating-a-bootstrap-carousel-from-core-components-8df7b2173d25" target="_self"&gt;https://medium.com/adobetech/creating-a-bootstrap-carousel-from-core-components-8df7b2173d25&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~Aditya.Ch&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 20:40:13 GMT</pubDate>
    <dc:creator>Aditya_Chabuku</dc:creator>
    <dc:date>2022-08-09T20:40:13Z</dc:date>
    <item>
      <title>Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/539924#M134124</link>
      <description>&lt;P&gt;Actually, I needed to add/include Bootstrap 5 in my project referring this post. And worked.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-enable-add-bootstrap-version-5-in-my-project-aem-6-5/td-p/409989" target="_blank"&gt;Solved: How to enable/add Bootstrap version 5 in my projec... - Adobe Experience League Community - 409989&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But whenever I am running "mvn clean install -PautoInstallBundle" in ui.frontend after creating .scss for my component, my clientlibs in /apps get reset &amp;amp; bootstrap support is gone. So, then again I've to add bootstrap files in clientlib.&lt;BR /&gt;I am still learning, so I know I'm doing something wrong here. Thus, please tell me how to add bootstrap in my project.&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:55:43 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/539924#M134124</guid>
      <dc:creator>sesmic</dc:creator>
      <dc:date>2022-08-08T17:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540013#M134138</link>
      <description>&lt;P&gt;Whenever you will build ui.frontend, it will overwrite the clientlib-site and clientlib-dependency. If you are adding bootstrap as a separate library then you can update clientlib-dependency with category of bootstrap 5 clientlibs.&lt;/P&gt;
&lt;P&gt;You can refer code of ui.frontend/clientlibs.config.js, it is creating clientlibs inside ui.apps. Refer sample code for addition of bootstrap5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;name: 'clientlib-dependencies',
categories: ['project.dependencies'],
dependencies: ['bootstrap5'],&lt;/PRE&gt;
&lt;P&gt;Add bootstap5 JS and CSS file in separate clientlibs in ui.apps/project/clientlibs/bootstrap5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also this command is to install bundle of project :&amp;nbsp;mvn clean install -PautoInstallBundle&lt;/P&gt;
&lt;P&gt;Refer this document for correct commands :&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/client-side-libraries.html?lang=en" target="_blank"&gt;https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/client-side-libraries.html?lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 05:40:16 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540013#M134138</guid>
      <dc:creator>sachinarora</dc:creator>
      <dc:date>2022-08-09T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540171#M134170</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;BR /&gt;I did as you said &amp;amp; bootstrap js &amp;amp; css were also added to clientlibs. But bootstrap isn't working. To add "dependencies: ['bootstrap']" don't we need to add categories = bootstrap5 to that folder?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 17:21:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540171#M134170</guid>
      <dc:creator>sesmic</dc:creator>
      <dc:date>2022-08-09T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540202#M134171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17542168"&gt;&lt;/LI-USER&gt;&amp;nbsp;, you need to add bootstrap5 as a&amp;nbsp;category name, follow this article if it helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://medium.com/adobetech/creating-a-bootstrap-carousel-from-core-components-8df7b2173d25" target="_self"&gt;https://medium.com/adobetech/creating-a-bootstrap-carousel-from-core-components-8df7b2173d25&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~Aditya.Ch&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:40:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540202#M134171</guid>
      <dc:creator>Aditya_Chabuku</dc:creator>
      <dc:date>2022-08-09T20:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540235#M134177</link>
      <description>&lt;P&gt;Yes, you have to create a separate clientlibs with categories=bootrstap5(any other name you want to keep) as I mentioned above i.e.&amp;nbsp;ui.apps/project/clientlibs/bootstrap5. You have to add this in your codebase to avoid getting removed after deployment.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 04:54:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/added-bootstrap-but-running-quot-mvn-clean-install/m-p/540235#M134177</guid>
      <dc:creator>sachinarora</dc:creator>
      <dc:date>2022-08-10T04:54:10Z</dc:date>
    </item>
  </channel>
</rss>

