How to add a JS file to a AEM page without using clientlibs | Community
Skip to main content
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 akhoury

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).

1 reply

akhoury
Adobe Employee
akhouryAdobe EmployeeAccepted solution
Adobe Employee
May 20, 2019

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).