Can I delete the grunt task create-json-config ?
The grunt task create-json-config collects the following files and tries to merge them into the build/course/config.json:
'src/components/*/components.json',
'src/extensions/*/extensions.json',
'src/menu/*/menu.json',
'src/theme/*/theme.json',
'src/*/*/config.json'
This is not a feature the Authoring Tool uses and only works with hand-built courses.
The last reference to its use I can find is [email protected]/theme.json.
It has since been removed from v5 vanilla. The vanilla config.json:screenSize variable is now configured in src/core/schema/config.model.schema.
I have no objections to it going.
None from me either