You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should have a separate task off the back of the "build" task collection to do that and not do it in these tasks. Called "minify-json" or something of the sort. Period.
create-json-config and schema-defaults both inadvertently strip the whitespace from the course.json and config.json files making them unreadable.
https://github.com/adaptlearning/adapt_framework/blob/master/grunt/tasks/create-json-config.js#L37
https://github.com/adaptlearning/adapt_framework/blob/master/grunt/tasks/schema-defaults.js#L66
vs
https://github.com/adaptlearning/adapt_framework/blob/master/grunt/tasks/tracking-insert.js#L48-L49
This, rather irritatingly means that I can't read the json of the course or config files, but I can for articles, blocks and components.
The text was updated successfully, but these errors were encountered: