cgkineo / rub-cli

Adapt RUB buildkit
3 stars 2 forks source link

build.includes in config.json causing issues #21

Closed chris-steele closed 3 years ago

chris-steele commented 5 years ago

This has been observed when rub-cli is used with an Authoring Tool export.

Example data from config.json:

"build": {
        "includes": [
            "adapt-contrib-boxMenu",
            "adapt-bsa-theme",
            "adapt-contrib-matching",
            "adapt-contrib-mcq",
            "adapt-summary",
            "adapt-contrib-assessmentResults",
            "adapt-contrib-trickle",
            "adapt-contrib-assessment",
            "adapt-contrib-bookmarking",
            "adapt-contrib-pageLevelProgress",
            "adapt-contrib-resources",
            "adapt-contrib-spoor",
            "adapt-contrib-tutor",
            "adapt-devtools",
            "adapt-certificate",
            "adapt-navigationLogo",
            "adapt-inspector",
            "adapt-search",
            "adapt-overrides",
            "adapt-launchNewWindow",
            "adapt-contrib-languagePicker"
        ]
    }

The following sort of errors occur when attempting to build:

image

Removing the configuration corrects the issue.

chris-steele commented 5 years ago

@oliverfoster thanks for your help today and here's that issue you requested :1st_place_medal:

tomgreenfield commented 3 years ago

Should be okay to close? Authoring tool exports no longer write to build.includes.