We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Gruntfile in the framework has changed and the code in the output plugin will require changing to support this.
NOTE: It should be possible to still work with version 1.x also, if the user has not upgraded.
The text was updated successfully, but these errors were encountered:
A few questions:
What's needed in the server-build task? Currently consists of the following: https://github.com/adaptlearning/adapt_framework/blob/develop/Gruntfile.js#L592-L593
Should this use outputmanager.js.Defaults: https://github.com/adaptlearning/adapt_authoring/blob/master/plugins/output/adapt/index.js#L151-L152
Sorry, something went wrong.
The server-build task is required to compile/build the JS, CSS and everything else required for a course to render, except the actual course JSON.
server-build
The course JSON gets dropped into the correct folder during the publish/preview.
Resolved in #801.
No branches or pull requests
The Gruntfile in the framework has changed and the code in the output plugin will require changing to support this.
NOTE: It should be possible to still work with version 1.x also, if the user has not upgraded.
The text was updated successfully, but these errors were encountered: