Since I upgraded to 7.2, I am seeing where my Login Logo image is not sent to my deployment directory/folder.
Logos for my application and login window are specified in
Modules \ web \ messages.properties as follows:
application.logoImage = branding/kmd_menu_128x128.png
loginWindow.logoImage = branding/kmd_login_64x64.png
After building and running my application, the logo images are not displayed and the image files are not being copied into the deployment folder as it was doing prior to version 7.2 upgrade.
Has something changed with regards to logo images in the new 7.2 version ?