Consistency with building directory whether it's single-app or multi-app
Currently, if a project is single app with all the files at the root of the repo, when you build locally, you'll find everything under .../_www/. Whereas, if the project is multi-app style (even with a single app but on a deeper level in the repository), you'll get .../_www/appname/.
Can you make that consistent, and always have the appname under the _www dir?
I like consistency, and this would be nice, but the solution would need to be backwards-compatible. (the CLI started life without multiple-application support). And I'm not sure how to do that. Or this could be saved for a CLI version 4.
@pjcdawkins Could you make that an option for the 3.x? For example, having a setting in the config.yaml file which defaults to the current behaviour (so you don't have to worry about being backwards compatible for the time being), and that someone (like me) can change to the "consistent" behaviour?