Folder inside apps module not uploading on install.
I was trying to implement some datasources in my dialog but when I installed my project the select would be blank, when checking the logs I came across the following error:
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource TypeOverwritingResourceWrapper, type=kg-commons/datasources/dropdown, path=/mnt/override/apps/kg-commons/components/button/cq:dialog/content/items/tabs/items/properties/items/columns/items/column/items/size
So I then went to the CRX to check my apps folders, and what do I find? That the folder which contains the options and the dropdown logic are not there. Here is IntelliJ:

And here is the CRX:

As you can see there is no datasources or dialogs folders. I tried re-installing but the folders aren't being uploaded. Does anyone knows why this could be happening?