- πΊπΈUnited States andy-blum Ohio, USA
Closing this as duplicate because we're adding this as part of π Making a theme compatible with core's theme generator is too difficult Needs work
There's no way currently to specify files that shouldn't be copied over to the new theme without a custom implementation in StarterKit::postProcess. We should simplify this process for starterkit theme authors.
Generate a new theme from a starter kit. Notice that all files are copied over.
Add a new function to the StarterKitInterface that returns an array files that should not be copied over.
This function can be called either right before or right after $generator_classname::postProcess($tmp_dir, $destination_theme, $info['name']);
to get a list of files to delete from the $tmp_dir before copying all those files over to the final destination path.
Closed: duplicate
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as duplicate because we're adding this as part of π Making a theme compatible with core's theme generator is too difficult Needs work