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 post-build.js script for the xAPI extension is not executing as part of the Grunt build process.
Run any Grunt build task on a course with the xAPI extension enabled.
The post-build.js script inside adapt-contrib-xapi would run.
The following is output in the log:
Running "scripts:adaptpostbuild" (scripts) task Error: Cannot find module 'src/extensions/adapt-contrib-xapi/scripts/post-build.js'
Thanks to @NayanKhedkar and @ambadasavhad for noticing this.
The text was updated successfully, but these errors were encountered:
Fixes #2212 - prepends the current working directory to the script path
c9a4db0
Without the full path to the JS this was causing an error.
9fe8764
brian-learningpool
No branches or pull requests
Subject of the issue
The post-build.js script for the xAPI extension is not executing as part of the Grunt build process.
Your environment
Steps to reproduce
Run any Grunt build task on a course with the xAPI extension enabled.
Expected behaviour
The post-build.js script inside adapt-contrib-xapi would run.
Actual behaviour
The following is output in the log:
Thanks to @NayanKhedkar and @ambadasavhad for noticing this.
The text was updated successfully, but these errors were encountered: