anupamas8398214
20-05-2019
How to add a JS file to a AEM page without using clientlibs?
Andrew_Khoury
Employee
If you would like to add a JS file to an AEM page without using a client library then you can add it to the page component code with a <script> tag (as you would with normal HTML).