Foundation clientlibraries included in pages created using editable templates | Community
Skip to main content
maheswarim77225
Level 2
June 28, 2018
Solved

Foundation clientlibraries included in pages created using editable templates

  • June 28, 2018
  • 2 replies
  • 1047 views

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.

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 arunpatidar

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

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 28, 2018

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
smacdonald2008
Level 10
June 28, 2018

Excellent response!