Ive been having issues trying to get my Harmony child theme functioning correctly.
When I copy across the public folder from Harmony to my child theme, and import the Harmony scripts in my plugin.json like so:
"scripts": [ "public/harmony.js" ], "modules": { "../admin/plugins/harmony.js": "public/admin.js", "../client/account/theme.js": "public/settings.js" }everything works just fine.
Why do I need to explicitly include the scripts in my child theme?
I was trying the following in plugin.json which did not work:
am I doing something wrong in the second version, perhaps my paths are incorrect?