<?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: Can we minify individual Client side Libraries in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400149#M6816</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17225315"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Using "Adobe Granite HTML Library Manager" config you will be able to minify all the CSS/JS files and can exclude the files which all are available under a specific path.&lt;BR /&gt;You can keep all the clientlibs which you do not want to minify under a specific path and add that path into "&lt;SPAN&gt;htmllibmanager.excluded.path.list&lt;/SPAN&gt;" property so that it can be skipped during the minification.&lt;BR /&gt;&lt;BR /&gt;On a separate note, it is always recommended to minify the CSS/JS files to improve the page performance and security.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#configuring-library-handling-for-development-and-production" target="_blank"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#configuring-library-handling-for-development-and-production&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.sgaemsolutions.com/2017/07/adobe-granite-html-library-manager.html" target="_blank"&gt;http://www.sgaemsolutions.com/2017/07/adobe-granite-html-library-manager.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 16:39:37 GMT</pubDate>
    <dc:creator>Asutosh_Jena_</dc:creator>
    <dc:date>2021-03-15T16:39:37Z</dc:date>
    <item>
      <title>Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400143#M6812</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I'm trying to load a client library using a helper template provided by AEM.I want to minify this js/css.&lt;/P&gt;&lt;P&gt;When I go to /system/console/configMgr there is a option to minify all the clientlibs folders by using Library manager. But I want to do it for individual clientlibs folders.Is there any way to achieve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 15:51:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400143#M6812</guid>
      <dc:creator>JakeCham</dc:creator>
      <dc:date>2021-03-15T15:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400144#M6813</link>
      <description>&lt;P&gt;Please refer below Link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/37703717/excluding-some-js-file-from-minification-in-com-day-cq-widget-impl-htmllibraryma" target="_blank"&gt;https://stackoverflow.com/questions/37703717/excluding-some-js-file-from-minification-in-com-day-cq-widget-impl-htmllibraryma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 15:59:45 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400144#M6813</guid>
      <dc:creator>Bhuwan_B</dc:creator>
      <dc:date>2021-03-15T15:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400147#M6814</link>
      <description>&lt;P&gt;Yes, you can achieve that by&amp;nbsp;&lt;SPAN&gt;Add the multivalue properties&amp;nbsp;&lt;/SPAN&gt;cssProcessor&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;jsProcessor&lt;SPAN&gt;&amp;nbsp;on the clientlibrary node. See [1] for more details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[1]&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#usage" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#usage&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 16:13:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400147#M6814</guid>
      <dc:creator>Jaideep_Brar</dc:creator>
      <dc:date>2021-03-15T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400148#M6815</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="10412090"&gt;&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;I have already tried to add jsProcessor String[] min.gcc.It still didn't work ?I'm checking this in &lt;STRONG&gt;view as&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;publisher&lt;/STRONG&gt;. Not in dispatcher or publisher instance since my local I have configured only author instance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 17:00:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400148#M6815</guid>
      <dc:creator>JakeCham</dc:creator>
      <dc:date>2021-03-15T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400149#M6816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17225315"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Using "Adobe Granite HTML Library Manager" config you will be able to minify all the CSS/JS files and can exclude the files which all are available under a specific path.&lt;BR /&gt;You can keep all the clientlibs which you do not want to minify under a specific path and add that path into "&lt;SPAN&gt;htmllibmanager.excluded.path.list&lt;/SPAN&gt;" property so that it can be skipped during the minification.&lt;BR /&gt;&lt;BR /&gt;On a separate note, it is always recommended to minify the CSS/JS files to improve the page performance and security.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#configuring-library-handling-for-development-and-production" target="_blank"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en#configuring-library-handling-for-development-and-production&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.sgaemsolutions.com/2017/07/adobe-granite-html-library-manager.html" target="_blank"&gt;http://www.sgaemsolutions.com/2017/07/adobe-granite-html-library-manager.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 16:39:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400149#M6816</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2021-03-15T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400156#M6818</link>
      <description>&lt;P&gt;Yes this is possible. For&amp;nbsp;&lt;SPAN&gt;YUI COMPRESSOR FOR CSS MINIFICATION AND GCC FOR JS, refer to Adobe's own documentation,&amp;nbsp;&lt;A href="https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/clientlibs.html#UsingPreprocessors" target="_blank" rel="noopener"&gt;https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/clientlibs.html#UsingPreprocessors&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Mar 2021 18:15:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400156#M6818</guid>
      <dc:creator>BrianKasingli</dc:creator>
      <dc:date>2021-03-15T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can we minify individual Client side Libraries</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400518#M6820</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17225315"&gt;&lt;/LI-USER&gt;&amp;nbsp;-&amp;nbsp; Please refer this link&amp;nbsp;&lt;A href="https://helpx.adobe.com/in/experience-manager/kb/how-to-change-the-minification-engine-for-client-libraries-in-AEM.html" target="_blank"&gt;https://helpx.adobe.com/in/experience-manager/kb/how-to-change-the-minification-engine-for-client-libraries-in-AEM.html&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 13:52:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-we-minify-individual-client-side-libraries/m-p/400518#M6820</guid>
      <dc:creator>Nikhil-Kumar</dc:creator>
      <dc:date>2021-03-18T13:52:18Z</dc:date>
    </item>
  </channel>
</rss>

