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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Excellent response!
Views
Replies
Total Likes