Foundation clientlibraries included in pages created using editable templates
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.