I have a theme that’s written in SCSS and is compiled into usable CSS. Should I structure things so the build and source files are inside the parent .novaextension directory (pictured below), or should my repo add the .novaextension directory as a subfolder with only the distributable files inside?
When I submit the extension as pictured, I get the following error (which I can’t figure out, but I assume may be related to the fact the build and source files are inside the .novaextension dir).
However, if I move the distributable files inside a .novaextension subdir, that leaves my repo without a root README.md file, which is weird.