Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to add a JS file to a AEM page without using clientlibs

Avatar

Level 1

How to add a JS file to a AEM page without using clientlibs?

1 Accepted Solution

Avatar

Correct answer by
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).

View solution in original post

1 Reply

Avatar

Correct answer by
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).