내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Angular minified javascript is not loading all code

Avatar

Level 3

Hello community,

I am trying to move the clientlibs from etc to apps.

Earlier approach to call the clientlibs was direct script injection in the component like

<script type="text/javascript" src="/etc/clientlibs/my-project/component/mycomponent/jslibs.js"></script>.

all was working fine.

After I moved the clientlibs under apps and make a sly call js loads like

etc.clientlibs/my-project/clientlibs/my-project/component/mycomponent.min.ACSHASH24436eac1f3c5be6401c52f956a34f99.js

But this will not get all the script in it. This is the problem.

Meanwhile if i make a script reference to the new location it works fine.

What could be the issue?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Can u validate if your JS is minified properly.? The default engine is YUI which is not compatible with latest UI technologies. So make sure your minification is done via GCC . PF link here https://helpx.adobe.com/in/experience-manager/kb/how-to-change-the-minification-engine-for-client-li...

Change the minification engine for client libraries in AEM

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 10

Did you add "allowProxy" as true on the clientlibs?

allowProxyBooleantrueexposes CSS/JS via /etc.clientlibs

check  - allowProxy feature in Clientlibs in AEM 6.3 - YouTube

Getting Started with AEM Sites Chapter 3 - Client-Side Libraries and Responsive Grid

Avatar

정확한 답변 작성자:
Community Advisor

Can u validate if your JS is minified properly.? The default engine is YUI which is not compatible with latest UI technologies. So make sure your minification is done via GCC . PF link here https://helpx.adobe.com/in/experience-manager/kb/how-to-change-the-minification-engine-for-client-li...

Change the minification engine for client libraries in AEM