How to check logs of Adobe Granite HTML Library Manager | Community
Skip to main content
vijithavari
New Participant
April 14, 2021
Solved

How to check logs of Adobe Granite HTML Library Manager

  • April 14, 2021
  • 2 replies
  • 830 views

Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.

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 user05162

The best way to do this is to check why minification is failing, Setup a DEBUG logger on "com.adobe.granite.ui.clientlibs" and Follow the steps below:

 

- Go to <host>:<port>/libs/granite/ui/content/dumplibs.rebuild.html

- Invalidate Cache

- Rebuild Libraries

- Check the debug logger for errors.

2 replies

user05162Accepted solution
Employee
April 14, 2021

The best way to do this is to check why minification is failing, Setup a DEBUG logger on "com.adobe.granite.ui.clientlibs" and Follow the steps below:

 

- Go to <host>:<port>/libs/granite/ui/content/dumplibs.rebuild.html

- Invalidate Cache

- Rebuild Libraries

- Check the debug logger for errors.

Asutosh_Jena_
New Participant
April 14, 2021

Hi @vijithavari 

If there is any error during minification of any JS file, it will be logged in the error.log file.

Please check the crx-quickstart/logs/error.log file and you should be able to see what is causing the minification to fail.

 

Thanks!