Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.
Solved! Go to Solution.
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.
View solution in original post
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
Likes
Replies