Hi,
I've tried to use on latest adapt framework the adapt-menu-singlePageCourse but found that it wasn't working, during build it always was pointing to the adapt-contrib-boxMenu which was uninstalled. I've looked into Gruntfile.js and found that when grunt.option('menu') is empty/undefined then it defaults to "adapt-contrib-boxMenu".
What I have to do to have it configurable (where grunt.option comes from)? Is the modification of Gruntfile.js to pick adapt-menu-singlePageCourse by default is the only way?
This question also applies for themes as it is also with default values.
theme = grunt.option('theme') || 'adapt-contrib-vanilla',
menu = grunt.option('menu') || 'adapt-contrib-boxMenu';