Currently the cq.authoring.dialog library which is all.js is coming minified, even though minify is off in following
and it looks like below in pretty print
we want to debug issue of AEM author dialogs.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Navigate to "/libs/cq/gui/components/authoring/dialog/clientlibs/all" on your local instance and remove "jsProcessor" property from the node.
Now access http://localhost:4502/libs/cq/gui/components/authoring/dialog/clientlibs/all.js which will show the unminified file.
After debugging, make sure to revert it back to the original state as it's the OOTB functionality.
Hope this helps!
Thanks
Navigate to "/libs/cq/gui/components/authoring/dialog/clientlibs/all" on your local instance and remove "jsProcessor" property from the node.
Now access http://localhost:4502/libs/cq/gui/components/authoring/dialog/clientlibs/all.js which will show the unminified file.
After debugging, make sure to revert it back to the original state as it's the OOTB functionality.
Hope this helps!
Thanks
Views
Replies
Total Likes
You can overlay "/libs/cq/gui/components/authoring/dialog/clientlibs/all" with "/apps/cq/gui/components/authoring/dialog/clientlibs/all" and remove the property as required.
But why do you want to overlay when you need this only for debugging purpose. If it's not permanent change do not overlay.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies