Creating a package with minimal content
I am trying to create a package from my production environment, which I can install on my local environment. I am using AEMaaCS and the CRXDE Package Manager to generate the package.
1. Is there a way for the package manager to automatically pick all "related" dam assets? For instance, I am selecting the Homepage of my site as the root. I want the system to find only the DAM assets which are actively being referenced by pages.
2. I am noticing that I am getting dozens of renditions in my package. Is it generally safe to skip renditions when generating packages? What are the reprecussions?
Basically: I am trying to get a "minimal" package to be used in local sandboxes. I am noticing that my packages are pushing an upwards of 500MB however, and that's after explicitly excluding many paths and patterns. I suspect there may be many assets being packaged which are not actively used on the site, but are actively published in the DAM. I want to skip these if at all possible and keep the package size down.
