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

Mark Solution

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

해결됨

?debugClientLibs=true in author page

Avatar

Level 9

Hi All,

I appended ?debugClientLibs=true to the page http://localhost:4502/cf#/content/geometrixx-media/en/entertainment/daniel-falardeau.html in OOTB instance. But I am not able to understand what exactly is the use of it.

Any thoughts on this will be helpful.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 1

It can be especially helpful for debugging javascript files because AEM will combine multiple .js files and in some cases, minify the js making it very difficult to troubleshoot/debug. Here is a good post of some url tricks for AEM: http://blogs.adobe.com/experiencedelivers/experience-management/cq_developer_tricks/

Hope this helps!

Sam

원본 게시물의 솔루션 보기

7 답변 개

Avatar

정확한 답변 작성자:
Level 1

It can be especially helpful for debugging javascript files because AEM will combine multiple .js files and in some cases, minify the js making it very difficult to troubleshoot/debug. Here is a good post of some url tricks for AEM: http://blogs.adobe.com/experiencedelivers/experience-management/cq_developer_tricks/

Hope this helps!

Sam

Avatar

Level 4

AEM merges all the java script files within a Client Library into a single js file.

Using  ?debugClientLibs=true will download all the js files individually making debugging easier. 

 

Krishna

Avatar

Employee

Remove the /cf# in your url

Avatar

Level 9

Hi Feike,

Thank you for your reply.

I did remove the cf# from the url and try. However, could not notice any difference. I guess I am doing something wrong here.

Avatar

Employee

Do you see in your HTML-source the js/css-files separately?

Avatar

Level 9

Hi Feike,

Will check on this and get back to you.

Avatar

Level 1

Hi

I tried debugClientLib=true on publish page path, And its trying to load the clientlibs from /apps directory and not able to load due to access restriction while it should load it from /etc.clientlibs path.

Any suggestion?