It seems that codegen behavior had changed at some point, without being documented. Even with codegen explicitly set as false, Tarmac adds .lua files for each image file upon sync (even with --target none), without requesting it. We have our own codegen format that reads directly from tarmac-manifest.toml at compile-time, so this is completely useless for us.
I've attached a screenshot of this behavior, with our current configuration.

It seems that codegen behavior had changed at some point, without being documented. Even with
codegenexplicitly set as false, Tarmac adds.luafiles for each image file uponsync(even with--target none), without requesting it. We have our own codegen format that reads directly fromtarmac-manifest.tomlat compile-time, so this is completely useless for us.I've attached a screenshot of this behavior, with our current configuration.