Cannot access clientlib under custom "apps/granite/core/content/login" after deployment
Dear community,
I was trying to deploy the custom login page but the page only load login.jsp without the clientlib.
I've checked that:
1. Clientlib "categories" property was modified

2. Paths were modified in "apps/granite/core/components/login/login.jsp"

3. Requirement was added in Apache Sling Authentication Service

As I manually added the core folder (originally from libs/granite) under "apps/granite" and did the settings above, "apps/granite/core/content/login" folder was successfully accessed.

However, as I packed this "apps/granite/core" node and deployed it again, the folder went missing.

Would like to know if I should also pack some other nodes with "apps/granite/core", or what should I do to make this work?
Thanks!