Skip to content
New issue

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

Adapt v2.0 - Make Publish/Preview with new framework Gruntfile #735

Closed
brian-learningpool opened this issue Jul 6, 2015 · 3 comments
Closed
Labels
T: enhancement Adding additional functionality

Comments

@brian-learningpool
Copy link
Member

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.

@brian-learningpool brian-learningpool added the T: enhancement Adding additional functionality label Jul 6, 2015
@taylortom
Copy link
Member

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

@brian-learningpool
Copy link
Member Author

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.

The course JSON gets dropped into the correct folder during the publish/preview.

@brian-learningpool
Copy link
Member Author

Resolved in #801.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: enhancement Adding additional functionality
Projects
None yet
Development

No branches or pull requests

2 participants