When using wro4j for minification in Hyrbis addon js files are not being added to the generated minified/concatenated output (/wro/addons_responsive.js) OOTB addons are being pulled in however third party addons are not.
I've added their path to the wro.xml for the specific storefront and have wro4jconfigscan.addon=true property in the relevant addon project.properties.template file.
I can't quite see which part of the puzzle I'm missing.. Any ideas?
Make sure, you have added the below properties in your project.properties of your addon
During the build, above js & css files will be added to your wro_addon.xml file under storefront resource folder.
Another way is to add your addon css/js path directly to
${ext.YOURstorefront.path}/wro_addons_template.xml, which used to createwro_addon.xmlwhile building the platform.Like