Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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!
Views
Replies
Total Likes
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.
Views
Likes
Replies
Views
Likes
Replies