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:
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.
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.