Hello all,
I've been working on an upgrade to CAS 6.2 and I am ready for some UI changes.
I created a src/main/resources directory, with a static/css and static/images directory within it. I copied the messages.properties file as well as cas.css and successfully modified them as I wished.
Now I wish to change the favicon.ico and the cas-logo to be my organization's logo. I tried dropping the logo into the static/images folder with the name "cas-logo.png" hoping gradle would place my new one over the cas-logo. I tried the same with favicon.ico under the static folder to no avail.
How should I go about adding my organization's logo and icon?