?debugClientLibs=true , JS file are not included in source code but showing up in console (image attached) | Community
Skip to main content
New Participant
October 16, 2015
Solved

?debugClientLibs=true , JS file are not included in source code but showing up in console (image attached)

  • October 16, 2015
  • 2 replies
  • 916 views

I am using ?debugClientLibs=true to see that my css and JS files are there in AEM.  JS file is showing up in console(image attached) but when right click on page and see source code. It is not included in page .

1. if js file is in console(attached image), then it should included be in source code.

 

 

What is issue?

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 Sham_HC

From HTML source you should see written out all Clientlib categories as separate files.   Make sure you are using debugClientLibs & not debugConsole.

Also can you try in browser private window.

2 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

From HTML source you should see written out all Clientlib categories as separate files.   Make sure you are using debugClientLibs & not debugConsole.

Also can you try in browser private window.

smacdonald2008
New Participant
October 16, 2015

Are you getting an error message that the lib included in your client libs folder cannot be found?