wcm-io-frontend / aem-clientlib-generator

Creates configuration files for AEM ClientLibs and synchronizes assets.
Apache License 2.0
62 stars 32 forks source link

perf: doesn't add file if it is empty #55

Open RodrigoTomeES opened 2 months ago

RodrigoTomeES commented 2 months ago

Hi,

It would be great if aem-clientlib-generator omit empty files in the output. Now when it generate an empty output file it is included in the website making an useless request. It would be great if the file is empty that it is empty it don't be included.

Thanks!