adapt_framework icon indicating copy to clipboard operation
adapt_framework copied to clipboard

Allow jsonext to be defined in adapt.json

Open oliverfoster opened this issue 9 months ago • 0 comments

Subject of the issue

jsonext must currently be specified as grunt dev --jsonext=txt https://github.com/adaptlearning/adapt_framework/blob/9dce12c48e5ccf0c8faa52e5daf61efa2afe405e/GRUNT.md?plain=1#L17

It would be good to be able to add it to adapt.json as:

{
  "jsonext": "txt"
}

As with some of the other properties:

https://github.com/adaptlearning/adapt_framework/blob/9dce12c48e5ccf0c8faa52e5daf61efa2afe405e/grunt/helpers.js#L147-L172

https://github.com/adaptlearning/adapt_framework/blob/9dce12c48e5ccf0c8faa52e5daf61efa2afe405e/grunt/helpers.js#L207-L214

oliverfoster avatar May 21 '25 18:05 oliverfoster