I am developing a theme component and I want to put it under version control.
I started off in the editor at /admin/customize/themes. I exported the edits and put the files in git in a dedicated src folder. Then I compressed the src folder using apple’s build in context menu. When I tried to install with “Form my device” I get this:
Import Error: about.json does not exist, or is invalid. Are you sure this is a Discourse Theme?
I included but did not change the about.json. When I unzip i see the same file-folder structure as in the export.
I tried quoting the null values and leaving out the properties with the null values. Still the same error message.
What can i do?