Expand my Community achievements bar.

SOLVED

Foundation clientlibraries included in pages created using editable templates

Avatar

Level 2

We have used editable templates in AEM 6.4. The pages created using these templates seem to have the foundation clientlibrary css and js included on the publish page as below.

<script type="text/javascript" src="/etc/clientlibs/granite/jquery.min.js"></script>

<script type="text/javascript" src="/etc/clientlibs/granite/utils.min.js"></script>

<script type="text/javascript" src="/etc/clientlibs/granite/jquery/granite.min.js"></script>

<script type="text/javascript" src="/etc/clientlibs/foundation/jquery.min.js"></script>

<script type="text/javascript" src="/etc/clientlibs/foundation/main.min.js"></script>

From past experience, we have faced issues related to these client libraries being included on the publish page. How do we get these removed? will there be any impact removing these?

Any help/suggestion would be appreciated.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

I checked in AEM6.4 , in my page with ?wcmmode=disabled , only specified clientlibs added; no foundation clientlibs added.

Can you check template policy or page component or design for clientlibs which are included or you have any dependancy added in your clientlibs?

please check dumplibs also for js/css with specified category

http://localhost:4502/libs/granite/ui/content/dumplibs.html



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

I checked in AEM6.4 , in my page with ?wcmmode=disabled , only specified clientlibs added; no foundation clientlibs added.

Can you check template policy or page component or design for clientlibs which are included or you have any dependancy added in your clientlibs?

please check dumplibs also for js/css with specified category

http://localhost:4502/libs/granite/ui/content/dumplibs.html



Arun Patidar